Chromium Code Reviews| Index: Source/web/WebRemoteFrameImpl.h |
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h |
| index 2e377a340d5ec0ce731389eece266f2b4ed18c1d..cee16d3645775d10ecfa75b6deac88c1e7c7d5c2 100644 |
| --- a/Source/web/WebRemoteFrameImpl.h |
| +++ b/Source/web/WebRemoteFrameImpl.h |
| @@ -187,6 +187,8 @@ public: |
| static WebRemoteFrameImpl* fromFrame(RemoteFrame&); |
| + virtual void initializeFromFrame(WebLocalFrame*) const OVERRIDE; |
| + |
| virtual void trace(Visitor*); |
| private: |