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

Unified Diff: Source/bindings/core/v8/ScriptWrappable.h

Issue 1133713008: [WIP] Migrate hasPendingActivity from ActiveDOMObject to ScriptWrappable. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: Source/bindings/core/v8/ScriptWrappable.h
diff --git a/Source/bindings/core/v8/ScriptWrappable.h b/Source/bindings/core/v8/ScriptWrappable.h
index f52e55a9857be76fd4758ba9450e1d01626166f2..384939405930e497008cc96d4e3ee8174501c8d8 100644
--- a/Source/bindings/core/v8/ScriptWrappable.h
+++ b/Source/bindings/core/v8/ScriptWrappable.h
@@ -140,7 +140,7 @@ public:
}
bool containsWrapper() const { return !m_wrapper.IsEmpty(); }
-
+ virtual bool hasPendingActivity() const { return false; }
#if !ENABLE(OILPAN)
protected:
virtual ~ScriptWrappable()
« no previous file with comments | « no previous file | Source/core/dom/ContextLifecycleNotifier.cpp » ('j') | Source/core/dom/ContextLifecycleNotifier.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698