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

Unified Diff: core/html/MediaKeyEvent.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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/VoidCallback.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 c1e08c239a34c9d4266282bd6cf1229c00bd65c7..ec80808d74529ecfb822df60892a2f70884432a2 100644
--- a/core/html/MediaKeyEvent.idl
+++ b/core/html/MediaKeyEvent.idl
@@ -24,15 +24,15 @@
*/
[
+ EventConstructor,
RuntimeEnabled=PrefixedEncryptedMedia,
- ConstructorTemplate=Event
] 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 MediaKeyError? errorCode;
[InitializedByEventConstructor] readonly attribute unsigned short systemCode;
};
« no previous file with comments | « core/html/MediaKeyError.idl ('k') | core/html/VoidCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698