Index: LayoutTests/inspector/debugger/live-edit-no-reveal.html |
diff --git a/LayoutTests/inspector/debugger/live-edit-no-reveal.html b/LayoutTests/inspector/debugger/live-edit-no-reveal.html |
index 217923742ad48bf3f4d99a3a842343d6a1a5fc72..bf9112a52cb172aeecf0674716a3d2ad27876fb5 100644 |
--- a/LayoutTests/inspector/debugger/live-edit-no-reveal.html |
+++ b/LayoutTests/inspector/debugger/live-edit-no-reveal.html |
@@ -9,7 +9,7 @@ |
function test() |
{ |
- var panel = WebInspector.showPanel("scripts"); |
+ var panel = WebInspector.showPanel("sources"); |
var sourceFrame; |
InspectorTest.runDebuggerTestSuite([ |