summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/WebFrameImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebFrameImpl.h')
-rw-r--r--Source/WebKit/chromium/src/WebFrameImpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/src/WebFrameImpl.h b/Source/WebKit/chromium/src/WebFrameImpl.h
index 572408a..45f915d 100644
--- a/Source/WebKit/chromium/src/WebFrameImpl.h
+++ b/Source/WebKit/chromium/src/WebFrameImpl.h
@@ -410,6 +410,10 @@ private:
// The identifier of this frame.
long long m_identifier;
+
+ // Ensure we don't overwrite valid history data during same document loads
+ // from HistoryItems
+ bool m_inSameDocumentHistoryLoad;
};
} // namespace WebKit