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 62b693adc3c61d9a8d8c3076bee6c94ad379719a..f3ae863b3126b49aceba9cd7cde056bacd1af149 100644 |
--- a/third_party/WebKit/public/web/WebLeakDetector.h |
+++ b/third_party/WebKit/public/web/WebLeakDetector.h |
@@ -79,7 +79,7 @@ public: |
// Perform initial stage of preparing for leak detection, |
// releasing references to resources held globally. |
- virtual void prepareForLeakDetection(WebLocalFrame*) = 0; |
+ virtual void prepareForLeakDetection() = 0; |
// Garbage collect Blink's heaps and report leak counts. |
// |WebLeakDetectorClient::onLeakDetectionComplete()| is called |