| Index: Source/web/WebFrameImpl.h
|
| diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
|
| index 325f0dc66dd94182f3c0be9191422d4bfea5c9d9..0d49fda39667641b99bd10b59411bdb4ba106012 100644
|
| --- a/Source/web/WebFrameImpl.h
|
| +++ b/Source/web/WebFrameImpl.h
|
| @@ -512,10 +512,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;
|
|
|