| Index: Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| diff --git a/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js b/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| index 68dc333459557ee505a8ff196f020c8c9ba2530d..510fc7e7de91130529eac470d036e4f91c468809 100644
|
| --- a/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| +++ b/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| @@ -4,7 +4,7 @@
|
|
|
| /**
|
| * @constructor
|
| - * @implements {WebInspector.SourceMapping}
|
| + * @implements {WebInspector.DebuggerSourceMapping}
|
| * @param {!WebInspector.Target} target
|
| * @param {!WebInspector.ScriptFormatterEditorAction} editorAction
|
| */
|
| @@ -16,7 +16,7 @@ WebInspector.FormatterScriptMapping = function(target, editorAction)
|
|
|
| WebInspector.FormatterScriptMapping.prototype = {
|
| /**
|
| - * @param {!WebInspector.RawLocation} rawLocation
|
| + * @param {!WebInspector.DebuggerModel.Location} rawLocation
|
| * @return {?WebInspector.UILocation}
|
| */
|
| rawLocationToUILocation: function(rawLocation)
|
|
|