Index: Source/core/loader/HistoryController.cpp |
diff --git a/Source/core/loader/HistoryController.cpp b/Source/core/loader/HistoryController.cpp |
index 51edac66d54f4707a6cab3a725102cd2c1437989..531e5e4cfbef4ec062be1b7ae4e8fb94b1a561fe 100644 |
--- a/Source/core/loader/HistoryController.cpp |
+++ b/Source/core/loader/HistoryController.cpp |
@@ -357,6 +357,7 @@ void HistoryController::initializeItem(HistoryItem* item) |
item->setURL(url); |
item->setTarget(m_frame->tree().uniqueName()); |
+ item->setTargetFrameID(m_frame->frameID()); |
item->setOriginalURLString(originalURL.string()); |
// Save form state if this is a POST |