From 0b0e62fa0a4c8a9a66d669ed33d6cc229aad524b Mon Sep 17 00:00:00 2001 From: "yurys@chromium.org" Date: Wed, 16 May 2012 08:57:17 +0000 Subject: [PATCH] Unreviewed. Fix heap profiler performance test after r117234. * inspector/heap-snapshot.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117236 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- PerformanceTests/ChangeLog | 6 ++++++ PerformanceTests/inspector/heap-snapshot.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index 01e1650..ce608bb 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,9 @@ +2012-05-16 Yury Semikhatsky + + Unreviewed. Fix heap profiler performance test after r117234. + + * inspector/heap-snapshot.html: + 2012-05-14 Ryosuke Niwa Convert CSS and Parser tests to runs/s tests diff --git a/PerformanceTests/inspector/heap-snapshot.html b/PerformanceTests/inspector/heap-snapshot.html index d5f6de1..9ce31eb 100644 --- a/PerformanceTests/inspector/heap-snapshot.html +++ b/PerformanceTests/inspector/heap-snapshot.html @@ -43,7 +43,7 @@ function test() showTimerCookie = timer.start("show-snapshot"); var panel = WebInspector.panels.profiles; var profile = panel._profilesIdMap[panel._makeKey(uid, WebInspector.HeapSnapshotProfileType.TypeId)]; - InspectorTest.addSniffer(profile._proxy, "_callLoadCallbacks", step2); + profile.load(step2); // Add load callback. } function step2() -- 2.7.4