| Index: Source/core/frame/History.h
|
| diff --git a/Source/core/frame/History.h b/Source/core/frame/History.h
|
| index 6586c2a4375f880368643ddf2b5ef8dc0bd59c71..e4211486b375106f7ce701c077b1ee9bc14e549e 100644
|
| --- a/Source/core/frame/History.h
|
| +++ b/Source/core/frame/History.h
|
| @@ -59,7 +59,7 @@ public:
|
| bool stateChanged() const;
|
| bool isSameAsCurrentState(SerializedScriptValue*) const;
|
|
|
| - void stateObjectAdded(PassRefPtr<SerializedScriptValue>, const String& title, const String& url, UpdateBackForwardListPolicy, ExceptionState&);
|
| + void stateObjectAdded(PassRefPtr<SerializedScriptValue>, const String& title, const String& url, FrameLoadType, ExceptionState&);
|
|
|
| void trace(Visitor*) { }
|
|
|
|
|