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

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

Issue 2587913002: Rename activeDOMObjectsAreSuspended to isContextSuspended (Closed)
Patch Set: temp Created 4 years 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/ContextLifecycleNotifier.h
diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
index 4d1d775ed400b96696dccf4d032b9772064005e7..a0fe0c801080b2e51bc4f611421a87688fd9d24f 100644
--- a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
+++ b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
@@ -46,7 +46,7 @@ class CORE_EXPORT ContextLifecycleNotifier
void notifyResumingSuspendableObjects();
void notifySuspendingSuspendableObjects();
- unsigned activeDOMObjectCount() const;
+ unsigned suspendableObjectCount() const;
protected:
// Need a default constructor to link core and modules separately.

Powered by Google App Engine
This is Rietveld 408576698