Index: third_party/WebKit/public/web/WebRemoteFrame.h |
diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h |
index 52039dca2a978baf17855050bfecfb5878014d82..5c23c5198579f25598d36be5e07b6026f5972fd5 100644 |
--- a/third_party/WebKit/public/web/WebRemoteFrame.h |
+++ b/third_party/WebKit/public/web/WebRemoteFrame.h |
@@ -100,8 +100,6 @@ class WebRemoteFrame : public WebFrame { |
virtual void SetHasReceivedUserGesture() = 0; |
- virtual v8::Local<v8::Object> GlobalProxy() const = 0; |
- |
protected: |
explicit WebRemoteFrame(WebTreeScopeType scope) : WebFrame(scope) {} |