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

Unified Diff: third_party/WebKit/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: 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/bindings/core/v8/ScriptWrappable.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h
index ec22755be8646ad22a3ba7ab1840f8a9bba92ef7..81c5ba1a644a9c1a6730bfcaa4563bfcbf8edfbd 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h
@@ -151,6 +151,7 @@ public:
bool containsWrapper() const { return !m_wrapper.IsEmpty(); }
+ virtual bool hasPendingActivity() const;
yurys 2015/10/29 16:28:26 It looks strange that we have only this method on
#if !ENABLE(OILPAN)
protected:
virtual ~ScriptWrappable()

Powered by Google App Engine
This is Rietveld 408576698