Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2626183003: Switch RemoteWindowProxy to use v8::Context::NewRemoteContext. (Closed)
Patch Set: EventTarget as well Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index d18ac13a9ec881f816887c2d5183dbf779e05613..4d95d8eb18965bc30f96e4c1b2a5c7cc4026fe05 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -121,6 +121,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
void printNavigationWarning(const String&) override;
bool prepareForCommit() override;
void didChangeVisibilityState() override;
+ WindowProxyManagerBase* getWindowProxyManager() const override;
void detachChildren();
void documentAttached();
@@ -234,8 +235,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
InterfaceProvider*,
InterfaceRegistry*);
- // Internal Frame helper overrides:
- WindowProxyManagerBase* getWindowProxyManager() const override;
// Intentionally private to prevent redundant checks when the type is
// already LocalFrame.
bool isLocalFrame() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698