Unreviewed. Fix heap profiler performance test after r117234.
authoryurys@chromium.org <yurys@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 16 May 2012 08:57:17 +0000 (08:57 +0000)
committeryurys@chromium.org <yurys@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 16 May 2012 08:57:17 +0000 (08:57 +0000)
* inspector/heap-snapshot.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

PerformanceTests/ChangeLog
PerformanceTests/inspector/heap-snapshot.html

index 01e1650..ce608bb 100644 (file)
@@ -1,3 +1,9 @@
+2012-05-16  Yury Semikhatsky  <yurys@chromium.org>
+
+        Unreviewed. Fix heap profiler performance test after r117234.
+
+        * inspector/heap-snapshot.html:
+
 2012-05-14  Ryosuke Niwa  <rniwa@webkit.org>
 
         Convert CSS and Parser tests to runs/s tests
index d5f6de1..9ce31eb 100644 (file)
@@ -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()