| Index: Source/devtools/front_end/sources/ScriptFormatter.js
|
| diff --git a/Source/devtools/front_end/sources/ScriptFormatter.js b/Source/devtools/front_end/sources/ScriptFormatter.js
|
| index f26a14035659bac90e4c091afdfa4552a35fcebd..47a7850f01a9faf3f182f2a4ca8a7ff372a20925 100644
|
| --- a/Source/devtools/front_end/sources/ScriptFormatter.js
|
| +++ b/Source/devtools/front_end/sources/ScriptFormatter.js
|
| @@ -153,13 +153,9 @@ WebInspector.IdentityFormatter.prototype = {
|
| }
|
|
|
| /**
|
| - * @constructor
|
| + * @typedef {{original: !Array.<number>, formatted: !Array.<number>}}
|
| */
|
| -WebInspector.FormatterMappingPayload = function()
|
| -{
|
| - this.original = [];
|
| - this.formatted = [];
|
| -}
|
| +WebInspector.FormatterMappingPayload;
|
|
|
| /**
|
| * @interface
|
|
|