Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
index 79165d02ad038a052f66da8c6e4812644b1aab55..1daa161e57d1e0c63947d8253bf8f941cde0da57 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -287,7 +287,7 @@ public: |
FrameView* frameView() const { return frame() ? frame()->view() : 0; } |
- WebDevToolsAgentImpl* devToolsAgentImpl() const { return m_devToolsAgent.get(); } |
+ WebDevToolsAgentImpl* devToolsAgentImpl() const; |
// Getters for the impls corresponding to Get(Provisional)DataSource. They |
// may return 0 if there is no corresponding data source. |