Index: Source/WebCore/loader/FrameLoader.cpp |
=================================================================== |
--- Source/WebCore/loader/FrameLoader.cpp (revision 141135) |
+++ Source/WebCore/loader/FrameLoader.cpp (working copy) |
@@ -1001,7 +1001,7 @@ |
// This does the same kind of work that didOpenURL does, except it relies on the fact |
// that a higher level already checked that the URLs match and the scrolling is the right thing to do. |
-void FrameLoader::loadInSameDocument(const KURL& url, SerializedScriptValue* stateObject, bool isNewNavigation) |
+void FrameLoader::loadInSameDocument(const KURL& url, PassRefPtr<SerializedScriptValue> stateObject, bool isNewNavigation) |
{ |
// If we have a state object, we cannot also be a new navigation. |
ASSERT(!stateObject || (stateObject && !isNewNavigation)); |