Skip to content

Commit

Permalink
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}
  • Loading branch information
jrummell-chromium authored and Commit bot committed Nov 18, 2016
1 parent d29ecfa commit 23ca36a
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 23ca36a

Please sign in to comment.