| Index: Source/core/frame/History.cpp
|
| diff --git a/Source/core/frame/History.cpp b/Source/core/frame/History.cpp
|
| index 5edbb8df6e0494700156b74fb172f99721c68bac..4e5445e266f3b219b575d75bd192a69e72cccb4a 100644
|
| --- a/Source/core/frame/History.cpp
|
| +++ b/Source/core/frame/History.cpp
|
| @@ -70,7 +70,7 @@ SerializedScriptValue* History::stateInternal() const
|
| if (!m_frame)
|
| return 0;
|
|
|
| - if (HistoryItem* historyItem = m_frame->loader()->history()->currentItem())
|
| + if (HistoryItem* historyItem = m_frame->loader()->history()->currentItem(m_frame))
|
| return historyItem->stateObject();
|
|
|
| return 0;
|
|
|