| Index: public/web/WebLeakDetector.h
|
| diff --git a/public/web/WebLeakDetector.h b/public/web/WebLeakDetector.h
|
| index 919c13707341f573c6897c573cf59c9273c453f3..2835e0c7963f39219d1dcda753962f9df5dc6c4f 100644
|
| --- a/public/web/WebLeakDetector.h
|
| +++ b/public/web/WebLeakDetector.h
|
| @@ -47,6 +47,7 @@ public:
|
| unsigned numberOfLiveLayoutObjects;
|
| unsigned numberOfLiveResources;
|
| unsigned numberOfLiveActiveDOMObjects;
|
| + unsigned numberOfLiveScriptPromises;
|
| };
|
|
|
| virtual void onLeakDetectionComplete(const Result&) = 0;
|
|
|