Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index c15b0949118f5140f6d98c86b44ff78bc84b6f27..e0e22383bbe193491e3e7a7024db5200cda32d55 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -131,7 +131,7 @@ public: |
void setIsLoading(bool isLoading) { m_isLoading = isLoading; } |
bool isLoading() const { return m_isLoading; } |
- virtual WindowProxyManager* windowProxyManager() const = 0; |
+ virtual WindowProxyManager* getWindowProxyManager() const = 0; |
protected: |
Frame(FrameClient*, FrameHost*, FrameOwner*); |