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

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

Issue 1609343002: Move hasPendingActivity from ActiveDOMObject to ScriptWrappable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/dom/ActiveDOMObject.cpp
diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp b/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
index f31c7a4b1b4fd45957a63386cc25261124e760ba..c37ee771a6af7f1dee3bae271df13a0009266bcf 100644
--- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
+++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
@@ -68,11 +68,6 @@ void ActiveDOMObject::suspendIfNeeded()
context->suspendActiveDOMObjectIfNeeded(this);
}
-bool ActiveDOMObject::hasPendingActivity() const
-{
- return false;
-}
-
void ActiveDOMObject::suspend()
{
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/ActiveDOMObject.h ('k') | third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698