Index: Source/core/frame/History.idl |
diff --git a/Source/core/frame/History.idl b/Source/core/frame/History.idl |
index c485dc830e9a4b25bb1fbee629e8a146876e78ff..4bfc4d0cbb3379dbad22d16d0103ba74fabbbcb5 100644 |
--- a/Source/core/frame/History.idl |
+++ b/Source/core/frame/History.idl |
@@ -34,6 +34,6 @@ |
[CallWith=ExecutionContext] void go([Default=Undefined] optional long distance); |
// FIXME: the title arguments below should simply be 'DOMString title'. |
- [Custom=CallEpilogue, RaisesException] void pushState(SerializedScriptValue data, [TreatUndefinedAs=NullString] DOMString? title, optional DOMString? url = null); |
- [Custom=CallEpilogue, RaisesException] void replaceState(SerializedScriptValue data, [TreatUndefinedAs=NullString] DOMString? title, optional DOMString? url = null); |
+ [ClearCachedAttributes=(state), RaisesException] void pushState(SerializedScriptValue data, [TreatUndefinedAs=NullString] DOMString? title, optional DOMString? url = null); |
+ [ClearCachedAttributes=(state), RaisesException] void replaceState(SerializedScriptValue data, [TreatUndefinedAs=NullString] DOMString? title, optional DOMString? url = null); |
}; |