| Index: core/page/History.idl
|
| diff --git a/core/page/History.idl b/core/page/History.idl
|
| index 40e6648da9be29fad1922e94f67a8e2f7feeb6a2..d20cc890f1d8f690e6e9a76074550fdf92d9ca26 100644
|
| --- a/core/page/History.idl
|
| +++ b/core/page/History.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| interface History {
|
| readonly attribute unsigned long length;
|
| - [CachedAttribute, Custom] readonly attribute SerializedScriptValue state;
|
| + [Custom] readonly attribute SerializedScriptValue state;
|
|
|
| [CallWith=ScriptExecutionContext] void back();
|
| [CallWith=ScriptExecutionContext] void forward();
|
|
|