| Index: Source/core/frame/History.idl
|
| diff --git a/Source/core/frame/History.idl b/Source/core/frame/History.idl
|
| index 8d12e48ead324305db9e2e1f0b72b8b5b5ab45ce..ee9c0ef9efcbc3c1adb7dbc60a7d0cef571680cd 100644
|
| --- a/Source/core/frame/History.idl
|
| +++ b/Source/core/frame/History.idl
|
| @@ -27,7 +27,7 @@
|
| WillBeGarbageCollected,
|
| ] interface History {
|
| readonly attribute unsigned long length;
|
| - [Custom=Getter] readonly attribute SerializedScriptValue state;
|
| + [CachedAttribute=stateChanged] readonly attribute SerializedScriptValue state;
|
|
|
| [CallWith=ExecutionContext] void back();
|
| [CallWith=ExecutionContext] void forward();
|
|
|