Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
index 8b2c5903bbd3f8584505ed4e09ad3dc57f249795..291c236ee65e716a5ea1dbb42cf47094f1dffe1d 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
@@ -75,7 +75,6 @@ class WEB_EXPORT WebRemoteFrameImpl final |
int argc, |
v8::Local<v8::Value> argv[]) override; |
v8::Local<v8::Context> mainWorldScriptContext() const override; |
- v8::Local<v8::Context> deprecatedMainWorldScriptContext() const override; |
void reload(WebFrameLoadType) override; |
void reloadWithOverrideURL(const WebURL& overrideUrl, |
WebFrameLoadType) override; |
@@ -155,13 +154,11 @@ class WEB_EXPORT WebRemoteFrameImpl final |
WebInsecureRequestPolicy) const override; |
void setReplicatedPotentiallyTrustworthyUniqueOrigin(bool) const override; |
void dispatchLoadEventOnFrameOwner() const override; |
- |
void didStartLoading() override; |
void didStopLoading() override; |
- |
bool isIgnoredForHitTest() const override; |
- |
void willEnterFullscreen() override; |
+ v8::Local<v8::Object> globalProxy() const override; |
DECLARE_TRACE(); |