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

Unified Diff: LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.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/dynamic-scripts-breakpoints.html
diff --git a/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html b/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html
index e08d32e67a52cbdd9908a88e9acf52a21675b4ef..231414756175470537701f35049fdb9741382b8c 100644
--- a/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html
+++ b/LayoutTests/inspector/debugger/dynamic-scripts-breakpoints.html
@@ -18,7 +18,7 @@ foobar();
function test()
{
WebInspector.breakpointManager._storage._breakpoints = {};
- var panel = WebInspector.showPanel("scripts");
+ var panel = WebInspector.showPanel("sources");
InspectorTest.startDebuggerTest();
« no previous file with comments | « LayoutTests/inspector/debugger/dynamic-scripts.html ('k') | LayoutTests/inspector/debugger/error-in-watch-expressions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698