| Index: Source/core/css/MediaQueryListEvent.idl
|
| diff --git a/Source/modules/push_messaging/PushEvent.idl b/Source/core/css/MediaQueryListEvent.idl
|
| similarity index 67%
|
| copy from Source/modules/push_messaging/PushEvent.idl
|
| copy to Source/core/css/MediaQueryListEvent.idl
|
| index a6a03ff8d7895445e68bfcec475fc5db9afcf71d..d1476a91eba1713ae1e23ceeca89200024f74c00 100644
|
| --- a/Source/modules/push_messaging/PushEvent.idl
|
| +++ b/Source/core/css/MediaQueryListEvent.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| [
|
| EventConstructor,
|
| - RuntimeEnabled=PushMessaging,
|
| -] interface PushEvent : Event {
|
| - [InitializedByEventConstructor] readonly attribute DOMString data;
|
| +] interface MediaQueryListEvent : Event {
|
| + [InitializedByEventConstructor] readonly attribute DOMString media;
|
| + [InitializedByEventConstructor] readonly attribute boolean matches;
|
| };
|
|
|