Index: Source/web/WebFrameImpl.h |
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h |
index f5d92877faa6e1ba82ef668951873a0e4496f652..6db87fb469b1a744f7b38d63be5419440de62b2b 100644 |
--- a/Source/web/WebFrameImpl.h |
+++ b/Source/web/WebFrameImpl.h |
@@ -511,10 +511,6 @@ private: |
// information. Is used by PrintPage(). |
OwnPtr<ChromePrintContext> m_printContext; |
- // Ensure we don't overwrite valid history data during same document loads |
- // from HistoryItems |
- bool m_inSameDocumentHistoryLoad; |
- |
// Stores the additional input events offset and scale when device metrics emulation is enabled. |
WebCore::IntSize m_inputEventsOffsetForEmulation; |
float m_inputEventsScaleFactorForEmulation; |