Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: core/html/MediaKeyEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/html/MediaKeyError.idl ('k') | core/html/MediaKeyEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/MediaKeyEvent.idl
diff --git a/core/html/MediaKeyEvent.idl b/core/html/MediaKeyEvent.idl
index ec80808d74529ecfb822df60892a2f70884432a2..1159db09b39f515a5f10adaf53b28d622a79d560 100644
--- a/core/html/MediaKeyEvent.idl
+++ b/core/html/MediaKeyEvent.idl
@@ -24,15 +24,15 @@
*/
[
- EventConstructor,
+ Constructor(DOMString type, optional MediaKeyEventInit eventInitDict),
RuntimeEnabled=PrefixedEncryptedMedia,
] interface MediaKeyEvent : Event {
- [InitializedByEventConstructor] readonly attribute DOMString keySystem;
- [InitializedByEventConstructor] readonly attribute DOMString sessionId;
- [InitializedByEventConstructor] readonly attribute Uint8Array initData;
- [InitializedByEventConstructor] readonly attribute Uint8Array message;
- [InitializedByEventConstructor] readonly attribute DOMString defaultURL;
- [InitializedByEventConstructor] readonly attribute MediaKeyError? errorCode;
- [InitializedByEventConstructor] readonly attribute unsigned short systemCode;
+ readonly attribute DOMString keySystem;
+ readonly attribute DOMString sessionId;
+ readonly attribute Uint8Array initData;
+ readonly attribute Uint8Array message;
+ readonly attribute DOMString defaultURL;
+ readonly attribute MediaKeyError? errorCode;
+ readonly attribute unsigned short systemCode;
};
« no previous file with comments | « core/html/MediaKeyError.idl ('k') | core/html/MediaKeyEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698