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

Unified Diff: Source/devtools/front_end/JavaScriptSourceFrame.js

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 | « Source/devtools/front_end/InspectorFrontendAPI.js ('k') | Source/devtools/front_end/Linkifier.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/JavaScriptSourceFrame.js
diff --git a/Source/devtools/front_end/JavaScriptSourceFrame.js b/Source/devtools/front_end/JavaScriptSourceFrame.js
index 52038483a50a3022c5b88ab8226d83955391df5f..fde039d4fdc3e8d522d97e485bd5600bc26393c6 100644
--- a/Source/devtools/front_end/JavaScriptSourceFrame.js
+++ b/Source/devtools/front_end/JavaScriptSourceFrame.js
@@ -31,7 +31,7 @@
/**
* @constructor
* @extends {WebInspector.UISourceCodeFrame}
- * @param {WebInspector.ScriptsPanel} scriptsPanel
+ * @param {WebInspector.SourcesPanel} scriptsPanel
* @param {WebInspector.UISourceCode} uiSourceCode
*/
WebInspector.JavaScriptSourceFrame = function(scriptsPanel, uiSourceCode)
« no previous file with comments | « Source/devtools/front_end/InspectorFrontendAPI.js ('k') | Source/devtools/front_end/Linkifier.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698