Index: third_party/WebKit/Source/core/events/PopStateEvent.h |
diff --git a/third_party/WebKit/Source/core/events/PopStateEvent.h b/third_party/WebKit/Source/core/events/PopStateEvent.h |
index 4316bfbf89c3d4361f3d0dee60ecb4b148a0d6fe..9c276ec70a4cae7fcf482fa06f2aa804b1dc2cc2 100644 |
--- a/third_party/WebKit/Source/core/events/PopStateEvent.h |
+++ b/third_party/WebKit/Source/core/events/PopStateEvent.h |
@@ -51,7 +51,7 @@ public: |
ASSERT(!m_serializedState); |
m_serializedState = state; |
} |
- History* history() const { return m_history.get(); } |
+ History* history() const; |
const AtomicString& interfaceName() const override; |