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

Unified Diff: LayoutTests/inspector/debugger/ui-source-code-display-name.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/ui-source-code-display-name.html
diff --git a/LayoutTests/inspector/debugger/ui-source-code-display-name.html b/LayoutTests/inspector/debugger/ui-source-code-display-name.html
index 165fbf1edebad9f0474a3120a433ecfdd43fc07c..4e52c5afcec7ca71c308d8d7d48538052a70c387 100644
--- a/LayoutTests/inspector/debugger/ui-source-code-display-name.html
+++ b/LayoutTests/inspector/debugger/ui-source-code-display-name.html
@@ -4,7 +4,7 @@
<script>
function test()
{
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
function createContentProvider(url)
{

Powered by Google App Engine
This is Rietveld 408576698