| 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 02f53a3ba365da7c658e315603446174cb8d823a..7cdc6fd60fc2a1076f733603bb2fa98a069944eb 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.idl
|
| +++ b/third_party/WebKit/Source/core/frame/History.idl
|
| @@ -31,13 +31,13 @@ enum ScrollRestoration {"auto", "manual"};
|
| ] interface History {
|
| readonly attribute unsigned long length;
|
| [RuntimeEnabled=ScrollRestoration, Measure] attribute ScrollRestoration scrollRestoration;
|
| - // TODO(philipj): The SerializedScriptValue type should be any.
|
| + // TODO(foolip): The SerializedScriptValue type should be any.
|
| [CachedAttribute=stateChanged] readonly attribute SerializedScriptValue state;
|
| [CallWith=ExecutionContext] void go(optional long delta = 0);
|
| [CallWith=ExecutionContext] void back();
|
| [CallWith=ExecutionContext] void forward();
|
| - // TODO(philipj): The SerializedScriptValue types should be any.
|
| - // TODO(philipj): The title arguments should simply be 'DOMString title'.
|
| + // TODO(foolip): The SerializedScriptValue types should be any.
|
| + // TODO(foolip): The title arguments should simply be 'DOMString title'.
|
| [RaisesException] void pushState(SerializedScriptValue data, [TreatUndefinedAs=NullString] DOMString? title, optional DOMString? url = null);
|
| [RaisesException] void replaceState(SerializedScriptValue data, [TreatUndefinedAs=NullString] DOMString? title, optional DOMString? url = null);
|
| };
|
|
|