Index: LayoutTests/inspector/debugger/live-edit.html |
diff --git a/LayoutTests/inspector/debugger/live-edit.html b/LayoutTests/inspector/debugger/live-edit.html |
index cb7b1722be9dc40f00870eb735907aa8cfcd466d..ae5916f8e1a592d1da67d0ec21c2dba6d7c8c23d 100644 |
--- a/LayoutTests/inspector/debugger/live-edit.html |
+++ b/LayoutTests/inspector/debugger/live-edit.html |
@@ -11,7 +11,7 @@ |
function test() |
{ |
- var panel = WebInspector.showPanel("scripts"); |
+ var panel = WebInspector.showPanel("sources"); |
InspectorTest.runDebuggerTestSuite([ |
function testLiveEdit(next) |