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

Unified Diff: LayoutTests/inspector/debugger/dynamic-scripts.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.html
diff --git a/LayoutTests/inspector/debugger/dynamic-scripts.html b/LayoutTests/inspector/debugger/dynamic-scripts.html
index edc4e65e9c8df380f36a8304c3ab8492d5f061c2..3fbc811881d2f180c14365f0ab0c6849c4267ee6 100644
--- a/LayoutTests/inspector/debugger/dynamic-scripts.html
+++ b/LayoutTests/inspector/debugger/dynamic-scripts.html
@@ -47,7 +47,7 @@ function test()
function step3()
{
- var panel = WebInspector.showPanel("scripts");
+ var panel = WebInspector.showPanel("sources");
var uiSourceCodes = WebInspector.workspace.uiSourceCodesForProjectType(WebInspector.projectTypes.Network);
var urls = uiSourceCodes.map(function(uiSourceCode) { return uiSourceCode.name(); });
urls.sort();

Powered by Google App Engine
This is Rietveld 408576698