diff options
Diffstat (limited to 'WebCore/history/android/AndroidWebHistoryBridge.h')
| -rw-r--r-- | WebCore/history/android/AndroidWebHistoryBridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/history/android/AndroidWebHistoryBridge.h b/WebCore/history/android/AndroidWebHistoryBridge.h index 338f37c..b15cc86 100644 --- a/WebCore/history/android/AndroidWebHistoryBridge.h +++ b/WebCore/history/android/AndroidWebHistoryBridge.h @@ -46,6 +46,7 @@ public: void setScreenWidthScale(int s) { m_screenWidthScale = s; } int scale() const { return m_scale; } int screenWidthScale() const { return m_screenWidthScale; } + void detachHistoryItem() { m_historyItem = 0; } HistoryItem* historyItem() const { return m_historyItem; } void setActive() { m_active = true; } |
