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

Unified Diff: Source/core/css/MediaQueryListEvent.idl

Issue 799733002: Use event init dictionaries in core/{css,html} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/core/css/MediaQueryListEvent.h ('k') | Source/core/css/MediaQueryListEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaQueryListEvent.idl
diff --git a/Source/core/css/MediaQueryListEvent.idl b/Source/core/css/MediaQueryListEvent.idl
index 2376a4fe998388d1431749e5831b047b5b74ea04..c2a328a4dd9588b1d6c6db26548a75241ef1f8bc 100644
--- a/Source/core/css/MediaQueryListEvent.idl
+++ b/Source/core/css/MediaQueryListEvent.idl
@@ -5,8 +5,8 @@
// http://dev.w3.org/csswg/cssom-view/#mediaquerylistevent
[
- EventConstructor,
+ Constructor(DOMString type, optional MediaQueryListEventInit eventInitDict)
] interface MediaQueryListEvent : Event {
- [InitializedByEventConstructor] readonly attribute DOMString media;
- [InitializedByEventConstructor] readonly attribute boolean matches;
+ readonly attribute DOMString media;
+ readonly attribute boolean matches;
};
« no previous file with comments | « Source/core/css/MediaQueryListEvent.h ('k') | Source/core/css/MediaQueryListEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698