| Index: third_party/WebKit/Source/core/events/PopStateEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PopStateEvent.idl b/third_party/WebKit/Source/core/events/PopStateEvent.idl
|
| index 3c368e753ddef5d8abb06455a1b863baab8a2088..8a25aaad26c14ecc0792259577e4f459f8013687 100644
|
| --- a/third_party/WebKit/Source/core/events/PopStateEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/PopStateEvent.idl
|
| @@ -30,5 +30,5 @@
|
| Constructor(DOMString type, optional PopStateEventInit eventInitDict),
|
| // TODO(foolip): Exposed=(Window,Worker)
|
| ] interface PopStateEvent : Event {
|
| - [Custom=Getter] readonly attribute any state;
|
| + [Custom=Getter, Measure] readonly attribute any state;
|
| };
|
|
|