Title: [98954] trunk/LayoutTests
Revision
98954
Author
[email protected]
Date
2011-11-01 05:59:11 -0700 (Tue, 01 Nov 2011)

Log Message

2011-11-01  Pavel Feldman  <[email protected]>

        Not reviewed: fix extensions tests.

        * http/tests/inspector/extensions-test.js:
        (initialize_ExtensionsTest.InspectorTest.showPanel):

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (98953 => 98954)


--- trunk/LayoutTests/ChangeLog	2011-11-01 12:53:57 UTC (rev 98953)
+++ trunk/LayoutTests/ChangeLog	2011-11-01 12:59:11 UTC (rev 98954)
@@ -1,5 +1,12 @@
 2011-11-01  Pavel Feldman  <[email protected]>
 
+        Not reviewed: fix extensions tests.
+
+        * http/tests/inspector/extensions-test.js:
+        (initialize_ExtensionsTest.InspectorTest.showPanel):
+
+2011-11-01  Pavel Feldman  <[email protected]>
+
         Not reviewed: fix inspector extensions tests.
 
         * inspector/extensions/extensions.html:

Modified: trunk/LayoutTests/http/tests/inspector/extensions-test.js (98953 => 98954)


--- trunk/LayoutTests/http/tests/inspector/extensions-test.js	2011-11-01 12:53:57 UTC (rev 98953)
+++ trunk/LayoutTests/http/tests/inspector/extensions-test.js	2011-11-01 12:59:11 UTC (rev 98954)
@@ -36,7 +36,7 @@
 InspectorTest.showPanel = function(panelId)
 {
     if (panelId === "extension")
-        panelId = WebInspector.panelOrder[WebInspector.panelOrder.length - 1].name;
+        panelId = WebInspector.inspectorView._panelOrder[WebInspector.inspectorView._panelOrder.length - 1].name;
     WebInspector.showPanel(panelId);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to