| 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;
|
|
|