Skip to content

Commit ab838c4

Browse files
Merge "EME: Update MediaKeyMessageEvent to match spec"
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}
1 parent fe09ab9 commit ab838c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum MediaKeyMessageType {
3232
};
3333

3434
[
35-
Constructor(DOMString type, optional MediaKeyMessageEventInit eventInitDict)
35+
Constructor(DOMString type, MediaKeyMessageEventInit eventInitDict)
3636
] interface MediaKeyMessageEvent : Event {
3737
readonly attribute MediaKeyMessageType messageType;
3838
readonly attribute ArrayBuffer message;

0 commit comments

Comments
 (0)