| Index: third_party/WebKit/Source/core/frame/History.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/History.cpp b/third_party/WebKit/Source/core/frame/History.cpp
|
| index 469da34fa450d7d9dd0232f704422b20bbdd2a8e..393394fd90761c0421b21ac3a049088aa8b50c83 100644
|
| --- a/third_party/WebKit/Source/core/frame/History.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/History.cpp
|
| @@ -220,7 +220,7 @@ void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const Str
|
| return;
|
| }
|
|
|
| - m_frame->loader().updateForSameDocumentNavigation(fullURL, SameDocumentNavigationHistoryApi, data, restorationType, type);
|
| + m_frame->loader().updateForSameDocumentNavigation(fullURL, SameDocumentNavigationHistoryApi, data, restorationType, type, m_frame->document());
|
| }
|
|
|
| } // namespace blink
|
|
|