Title: [102577] trunk/LayoutTests
Revision
102577
Author
[email protected]
Date
2011-12-12 06:27:19 -0800 (Mon, 12 Dec 2011)

Log Message

Web Inspector: unreviewed test fix for r102574

* inspector/profiler/detailed-heapshots-test.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (102576 => 102577)


--- trunk/LayoutTests/ChangeLog	2011-12-12 14:09:56 UTC (rev 102576)
+++ trunk/LayoutTests/ChangeLog	2011-12-12 14:27:19 UTC (rev 102577)
@@ -1,3 +1,9 @@
+2011-12-12  Ilya Tikhonovsky  <[email protected]>
+
+        Web Inspector: unreviewed test fix for r102574
+
+        * inspector/profiler/detailed-heapshots-test.js:
+
 2011-12-12  Alexander Pavlov  <[email protected]>
 
         Unreviewed, build fix.

Modified: trunk/LayoutTests/inspector/profiler/detailed-heapshots-test.js (102576 => 102577)


--- trunk/LayoutTests/inspector/profiler/detailed-heapshots-test.js	2011-12-12 14:09:56 UTC (rev 102576)
+++ trunk/LayoutTests/inspector/profiler/detailed-heapshots-test.js	2011-12-12 14:27:19 UTC (rev 102577)
@@ -3,6 +3,7 @@
 InspectorTest.startProfilerTest = function(callback)
 {
     WebInspector.showPanel("profiles");
+    WebInspector.settings.showHeapSnapshotObjectsHiddenProperties.set(true);
 
     function profilerEnabled()
     {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to