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

Unified Diff: third_party/WebKit/public/web/WebLeakDetector.h

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: 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/public/web/WebLeakDetector.h
diff --git a/third_party/WebKit/public/web/WebLeakDetector.h b/third_party/WebKit/public/web/WebLeakDetector.h
index a80504a9736a436b830a32adf916d2dcadd1a015..9a6df5439169eb70512ceafd8d717072270f8442 100644
--- a/third_party/WebKit/public/web/WebLeakDetector.h
+++ b/third_party/WebKit/public/web/WebLeakDetector.h
@@ -45,7 +45,7 @@ class WebLeakDetectorClient {
unsigned numberOfLiveNodes;
unsigned numberOfLiveLayoutObjects;
unsigned numberOfLiveResources;
- unsigned numberOfLiveActiveDOMObjects;
+ unsigned numberOfLiveSuspendableObjects;
unsigned numberOfLiveScriptPromises;
unsigned numberOfLiveFrames;
unsigned numberOfLiveV8PerContextData;

Powered by Google App Engine
This is Rietveld 408576698