| Index: Source/web/WebLeakDetector.cpp
|
| diff --git a/Source/web/WebLeakDetector.cpp b/Source/web/WebLeakDetector.cpp
|
| index 66e3283422f550849326f5859b017e8338782da4..3ab45bee46f77cedaf6e16fbafef2a4f911be378 100644
|
| --- a/Source/web/WebLeakDetector.cpp
|
| +++ b/Source/web/WebLeakDetector.cpp
|
| @@ -77,7 +77,7 @@ void numberOfDOMObjects(blink::WebFrame *frame, unsigned* numberOfLiveDocuments,
|
|
|
| namespace blink {
|
|
|
| -void WebLeakDetector::collectGarbargeAndGetDOMCounts(WebFrame* frame, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes)
|
| +void WebLeakDetector::collectGarbargeAndGetDOMCounts(WebLocalFrame* frame, unsigned* numberOfLiveDocuments, unsigned* numberOfLiveNodes)
|
| {
|
| // FIXME: Count other DOM objects using WTF::dumpRefCountedInstanceCounts.
|
| cleanUpDOMObjects(frame);
|
|
|