| 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;
|
| };
|
|
|