| Index: third_party/WebCore/dom/PopStateEvent.idl
|
| diff --git a/third_party/WebCore/dom/PopStateEvent.idl b/third_party/WebCore/dom/PopStateEvent.idl
|
| index 09dc7864a7e79d7be6b07d7bd176013bcb94e78f..04d9409fd93728f208abbc22f943055fe44bc75f 100644
|
| --- a/third_party/WebCore/dom/PopStateEvent.idl
|
| +++ b/third_party/WebCore/dom/PopStateEvent.idl
|
| @@ -28,7 +28,7 @@
|
| [
|
| ConstructorTemplate=Event
|
| ] interface PopStateEvent : Event {
|
| - [InitializedByEventConstructor, CachedAttribute, CustomGetter] readonly attribute DOMObject state;
|
| + [InitializedByEventConstructor, CachedAttribute, CustomGetter] readonly attribute any state;
|
| };
|
| #endif
|
|
|
|
|