| Index: public/web/WebLeakDetector.h
|
| diff --git a/public/web/WebLeakDetector.h b/public/web/WebLeakDetector.h
|
| index 99a3838215735ba7415d108cd5776b3b292f1688..d5ce6b910c943bd042ab8f73e1648a5ae421b593 100644
|
| --- a/public/web/WebLeakDetector.h
|
| +++ b/public/web/WebLeakDetector.h
|
| @@ -39,9 +39,11 @@ namespace blink {
|
| class WebLeakDetectorClient {
|
| public:
|
| struct Result {
|
| - unsigned numberOfLiveNodes;
|
| + unsigned numberOfLiveAudioNodes;
|
| unsigned numberOfLiveDocuments;
|
| + unsigned numberOfLiveNodes;
|
| unsigned numberOfLiveRenderObjects;
|
| + unsigned numberOfLiveResources;
|
| };
|
|
|
| virtual void onLeakDetectionComplete(const Result&) = 0;
|
|
|