Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: LayoutTests/inspector/debugger/copy-stack-trace.html

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
}

Powered by Google App Engine
This is Rietveld 408576698