| Index: third_party/WebKit/Source/core/css/MediaQueryListEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl b/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl
|
| index bb4ee95dbb4e70cb398a58cc651d5ba82a983293..1b79246328184d3053aefa7d06129c89aaa76313 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryListEvent.idl
|
| @@ -7,6 +7,6 @@
|
| [
|
| Constructor(DOMString type, optional MediaQueryListEventInit eventInitDict)
|
| ] interface MediaQueryListEvent : Event {
|
| - readonly attribute DOMString media;
|
| - readonly attribute boolean matches;
|
| + [Measure] readonly attribute DOMString media;
|
| + [Measure] readonly attribute boolean matches;
|
| };
|
|
|