| 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)
|
|
|