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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp b/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
index be89af3a7e88411e5007d9062046e1b46f274038..3191d339b8eb5849d00ef8c08b0a47b02dd58d3c 100644
--- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
+++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
@@ -69,11 +69,6 @@ void ActiveDOMObject::suspendIfNeeded()
context->suspendActiveDOMObjectIfNeeded(this);
}
-bool ActiveDOMObject::hasPendingActivity() const
-{
- return false;
-}
-
void ActiveDOMObject::suspend()
{
}

Powered by Google App Engine
This is Rietveld 408576698