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

Unified Diff: third_party/WebKit/Source/core/dom/ActiveDOMObject.h

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 years, 2 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/dom/ActiveDOMObject.h
diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
index 3ec5ea75518d14cd06915752c2fdefa0172f3a45..118e0f649d2e870eb9164baa626468a67798ea31 100644
--- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
+++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
@@ -48,7 +48,6 @@ class CORE_EXPORT ActiveDOMObject : public ContextLifecycleObserver {
// which don't need special treatment can skip implementation.
virtual void suspend();
virtual void resume();
- virtual void stop();
void didMoveToNewExecutionContext(ExecutionContext*);

Powered by Google App Engine
This is Rietveld 408576698