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

Unified Diff: public/web/WebLeakDetector.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: public/web/WebLeakDetector.h
diff --git a/public/web/WebLeakDetector.h b/public/web/WebLeakDetector.h
index d5ce6b910c943bd042ab8f73e1648a5ae421b593..9b1562a8c55e5141ef404ab68289c544f79c464b 100644
--- a/public/web/WebLeakDetector.h
+++ b/public/web/WebLeakDetector.h
@@ -42,7 +42,7 @@ public:
unsigned numberOfLiveAudioNodes;
unsigned numberOfLiveDocuments;
unsigned numberOfLiveNodes;
- unsigned numberOfLiveRenderObjects;
+ unsigned numberOfLiveLayoutObjects;
unsigned numberOfLiveResources;
};

Powered by Google App Engine
This is Rietveld 408576698