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

Unified Diff: LayoutTests/inspector/debugger/scripts-sorting.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/scripts-sorting.html
diff --git a/LayoutTests/inspector/debugger/scripts-sorting.html b/LayoutTests/inspector/debugger/scripts-sorting.html
index 3da4dacfaf9267248c21d35b95d01c2b52a08da2..8dd4221a6746096d7a9903f0bd4d82f67dab1b57 100644
--- a/LayoutTests/inspector/debugger/scripts-sorting.html
+++ b/LayoutTests/inspector/debugger/scripts-sorting.html
@@ -7,9 +7,9 @@
<script>
function test()
{
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
InspectorTest.createWorkspace(true);
- var panel = new WebInspector.ScriptsPanel(InspectorTest.testWorkspace);
+ var panel = new WebInspector.SourcesPanel(InspectorTest.testWorkspace);
var navigator = panel._navigator;
var uiSourceCodes = [];

Powered by Google App Engine
This is Rietveld 408576698