| Index: public/web/WebLeakDetector.h
|
| diff --git a/public/web/WebLeakDetector.h b/public/web/WebLeakDetector.h
|
| index d5ce6b910c943bd042ab8f73e1648a5ae421b593..a4fb4c0e564c14e6034c4e02bda231117aaa83d4 100644
|
| --- a/public/web/WebLeakDetector.h
|
| +++ b/public/web/WebLeakDetector.h
|
| @@ -42,7 +42,9 @@ public:
|
| unsigned numberOfLiveAudioNodes;
|
| unsigned numberOfLiveDocuments;
|
| unsigned numberOfLiveNodes;
|
| + // FIXME: Deprecated, remove once chrome is updated.
|
| unsigned numberOfLiveRenderObjects;
|
| + unsigned numberOfLiveLayoutObjects;
|
| unsigned numberOfLiveResources;
|
| };
|
|
|
|
|