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/); |