Index: LayoutTests/inspector/debugger/copy-stack-trace.html |
diff --git a/LayoutTests/inspector/debugger/copy-stack-trace.html b/LayoutTests/inspector/debugger/copy-stack-trace.html |
index e192f1641a4952f8c4eadbecd82ef4cd55ec02cc..61cd7091cf72431050bd64a0cce7bf9dc9954235 100644 |
--- a/LayoutTests/inspector/debugger/copy-stack-trace.html |
+++ b/LayoutTests/inspector/debugger/copy-stack-trace.html |
@@ -31,7 +31,7 @@ var test = function() |
function step2() |
{ |
InspectorFrontendHost.copyText = InspectorTest.addResult.bind(InspectorTest); |
- WebInspector.panels.scripts.sidebarPanes.callstack._copyStackTrace(); |
+ WebInspector.panels.sources.sidebarPanes.callstack._copyStackTrace(); |
InspectorTest.completeDebuggerTest(); |
} |
} |