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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h

Issue 2737553007: Duplicate WindowProxy::disposeContext() into subclasses. (Closed)
Patch Set: Created 3 years, 9 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/bindings/core/v8/WindowProxy.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
index 6276d715cb0c6e4db86aaa4e844852c5629b8402..393faea76c3a4d5293f46bec88833fe44eb5373a 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
@@ -162,7 +162,7 @@ class WindowProxy : public GarbageCollectedFinalized<WindowProxy> {
virtual void initialize() = 0;
enum GlobalDetachmentBehavior { DoNotDetachGlobal, DetachGlobal };
- virtual void disposeContext(GlobalDetachmentBehavior);
+ virtual void disposeContext(GlobalDetachmentBehavior) = 0;
v8::Isolate* isolate() const { return m_isolate; }
Frame* frame() const { return m_frame.get(); }

Powered by Google App Engine
This is Rietveld 408576698