Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2013)

Unified Diff: content/shell/renderer/leak_detector.cc

Issue 222973003: Conversion of content_shell target to use WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove some TODOs Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/renderer/leak_detector.cc
diff --git a/content/shell/renderer/leak_detector.cc b/content/shell/renderer/leak_detector.cc
index 0ad4e2245266ba36674eb5b98c874e75b8b4f57f..ce280f7f85f95ae37415782abb8f9615336f5b44 100644
--- a/content/shell/renderer/leak_detector.cc
+++ b/content/shell/renderer/leak_detector.cc
@@ -28,7 +28,8 @@ LeakDetector::LeakDetector()
previous_number_of_live_nodes_(kInitialNumberOfLiveNodes) {
}
-LeakDetectionResult LeakDetector::TryLeakDetection(blink::WebFrame* frame) {
+LeakDetectionResult LeakDetector::TryLeakDetection(
+ blink::WebLocalFrame* frame) {
LeakDetectionResult result;
unsigned number_of_live_documents = 0;
unsigned number_of_live_nodes = 0;

Powered by Google App Engine
This is Rietveld 408576698