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

Unified Diff: Tools/Scripts/parse-malloc-history

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
« no previous file with comments | « Tools/Scripts/check-for-global-initializers ('k') | Tools/Scripts/webkitpy/style/checkers/cpp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/parse-malloc-history
diff --git a/Tools/Scripts/parse-malloc-history b/Tools/Scripts/parse-malloc-history
index 53ec3741fb6f12f50dd2c8ffc6096406eccecbbc..4e4ec935cb8933670d522ac1fa4baceeda4b6d04 100755
--- a/Tools/Scripts/parse-malloc-history
+++ b/Tools/Scripts/parse-malloc-history
@@ -96,7 +96,7 @@ sub main()
# Then try LeakFinder format
# --------------- Key: 213813, 84 bytes ---------
# c:\cygwin\home\buildbot\webkit\opensource\webcore\rendering\renderarena.cpp(78): WebCore::RenderArena::allocate
- # c:\cygwin\home\buildbot\webkit\opensource\webcore\rendering\renderobject.cpp(82): WebCore::RenderObject::operator new
+ # c:\cygwin\home\buildbot\webkit\opensource\webcore\rendering\layoutobject.cpp(82): WebCore::LayoutObject::operator new
if (!$callCount || !$byteCount) {
$callCount = 1;
($byteCount) = ($line =~ /Key: (?:\d+), (\d+) bytes/);
« no previous file with comments | « Tools/Scripts/check-for-global-initializers ('k') | Tools/Scripts/webkitpy/style/checkers/cpp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698