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

Unified Diff: core/css/MediaQueryListEvent.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/css/MediaQueryList.idl ('k') | core/css/MediaQueryListEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/MediaQueryListEvent.idl
diff --git a/core/css/MediaQueryListEvent.idl b/core/css/MediaQueryListEvent.idl
index 2376a4fe998388d1431749e5831b047b5b74ea04..f229e79b19c7d02b7a6f5683336d46805106a0cf 100644
--- a/core/css/MediaQueryListEvent.idl
+++ b/core/css/MediaQueryListEvent.idl
@@ -4,9 +4,10 @@
// 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 | « core/css/MediaQueryList.idl ('k') | core/css/MediaQueryListEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698