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

Unified Diff: LayoutTests/inspector/tabbed-editors-history.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
« no previous file with comments | « LayoutTests/inspector/styles/css-live-edit.html ('k') | LayoutTests/inspector/uisourcecode-revisions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tabbed-editors-history.html
diff --git a/LayoutTests/inspector/tabbed-editors-history.html b/LayoutTests/inspector/tabbed-editors-history.html
index d21687e21dc7c621ca3a774f4eeeb9e6c20f7392..50cec79b187801b6ad810e0aa7498a03380c1450 100644
--- a/LayoutTests/inspector/tabbed-editors-history.html
+++ b/LayoutTests/inspector/tabbed-editors-history.html
@@ -4,7 +4,7 @@
<script type="text/javascript">
var test = function()
{
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
function dumpHistory(history)
{
« no previous file with comments | « LayoutTests/inspector/styles/css-live-edit.html ('k') | LayoutTests/inspector/uisourcecode-revisions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698