Index: third_party/WebKit/Source/core/frame/RemoteFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
index c9090262209c9941996ebeb91bb2b5c803ef4d1b..d24a3ba5fe44da4182703deebc84a91fa5e89f97 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h |
@@ -65,7 +65,7 @@ private: |
RemoteFrame(RemoteFrameClient*, FrameHost*, FrameOwner*); |
// Internal Frame helper overrides: |
- WindowProxyManager* windowProxyManager() const override { return m_windowProxyManager.get(); } |
+ WindowProxyManager* getWindowProxyManager() const override { return m_windowProxyManager.get(); } |
RemoteFrameClient* remoteFrameClient() const; |