Chromium Code Reviews

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

Issue 1054303004: Sync CSS interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/css/MediaQueryList.idl ('k') | Source/core/css/StyleMedia.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 c2a328a4dd9588b1d6c6db26548a75241ef1f8bc..f229e79b19c7d02b7a6f5683336d46805106a0cf 100644
--- a/Source/core/css/MediaQueryListEvent.idl
+++ b/Source/core/css/MediaQueryListEvent.idl
@@ -4,6 +4,7 @@
// http://dev.w3.org/csswg/cssom-view/#mediaquerylistevent
+
[
Constructor(DOMString type, optional MediaQueryListEventInit eventInitDict)
] interface MediaQueryListEvent : Event {
« no previous file with comments | « Source/core/css/MediaQueryList.idl ('k') | Source/core/css/StyleMedia.idl » ('j') | no next file with comments »

Powered by Google App Engine