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

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

Issue 1133713008: [WIP] Migrate hasPendingActivity from ActiveDOMObject to ScriptWrappable. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review Comments Created 5 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 fb415d7d75fff359f8fdaa5457e437b2fb374f02..d916f25b303888012dd00fd32e51d7b6221b575c 100644
--- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
+++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
@@ -44,10 +44,6 @@ public:
bool suspendIfNeededCalled() const { return m_suspendIfNeededCalled; }
#endif
- // Should return true if there's any pending asynchronous activity, and so
- // this object must not be garbage collected.
- virtual bool hasPendingActivity() const;
-
// These methods have an empty default implementation so that subclasses
// which don't need special treatment can skip implementation.
virtual void suspend();

Powered by Google App Engine
This is Rietveld 408576698