Skip to content

Commit

Permalink
Merge "EME: Update MediaKeyMessageEvent to match spec"
Browse files Browse the repository at this point in the history
MediaKeyMessageEventInit is now required for the constructor.

BUG=666869
TEST=W3C EME test mentioned in the bug no longer fails.

Review-Url: https://codereview.chromium.org/2514933002
Cr-Commit-Position: refs/heads/master@{#433323}
(cherry picked from commit 23ca36a)

Review URL: https://codereview.chromium.org/2518213002 .

Cr-Commit-Position: refs/branch-heads/2924@{#52}
Cr-Branched-From: 3a87aec-refs/heads/master@{#433059}
  • Loading branch information
jrummell-chromium committed Nov 22, 2016
1 parent fe09ab9 commit ab838c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum MediaKeyMessageType {
};

[
Constructor(DOMString type, optional MediaKeyMessageEventInit eventInitDict)
Constructor(DOMString type, MediaKeyMessageEventInit eventInitDict)
] interface MediaKeyMessageEvent : Event {
readonly attribute MediaKeyMessageType messageType;
readonly attribute ArrayBuffer message;
Expand Down

0 comments on commit ab838c4

Please sign in to comment.