Web Inspector: unreviewed followup fix for the performance test after r116218.
authorloislo@chromium.org <loislo@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 5 May 2012 17:05:00 +0000 (17:05 +0000)
committerloislo@chromium.org <loislo@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 5 May 2012 17:05:00 +0000 (17:05 +0000)
* inspector/heap-snapshot.html:

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

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

index 16f5ab8..4487b7e 100644 (file)
@@ -1,3 +1,9 @@
+2012-05-05  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Web Inspector: unreviewed followup fix for the performance test after r116218.
+
+        * inspector/heap-snapshot.html:
+
 2012-05-02  Tom Zakrajsek  <tomz@codeaurora.org>
 
         Need tests for PerfTestRunner.computeStatistics
index c7f69c7..d5f6de1 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);
+            InspectorTest.addSniffer(profile._proxy, "_callLoadCallbacks", step2);
         }
 
         function step2()