| 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 152854ab79dc50dc0819a9a226ea8c0a6a509dea..b266289502c9e5b1699e4d7822233fdf9f09acbe 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.
|
|
|