| Index: third_party/WebKit/Source/core/frame/History.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/History.idl b/third_party/WebKit/Source/core/frame/History.idl
|
| index 7cdc6fd60fc2a1076f733603bb2fa98a069944eb..16b8187cad67d4bd3e5e2fdfe2ca75f6901b934b 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.idl
|
| +++ b/third_party/WebKit/Source/core/frame/History.idl
|
| @@ -30,7 +30,7 @@ enum ScrollRestoration {"auto", "manual"};
|
| [
|
| ] interface History {
|
| readonly attribute unsigned long length;
|
| - [RuntimeEnabled=ScrollRestoration, Measure] attribute ScrollRestoration scrollRestoration;
|
| + [Measure] attribute ScrollRestoration scrollRestoration;
|
| // TODO(foolip): The SerializedScriptValue type should be any.
|
| [CachedAttribute=stateChanged] readonly attribute SerializedScriptValue state;
|
| [CallWith=ExecutionContext] void go(optional long delta = 0);
|
|
|