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

Unified Diff: Source/devtools/front_end/sources/ScriptFormatter.js

Issue 732013002: DevTools: Remove unused frontend code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more stale code Created 6 years, 1 month 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
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
« no previous file with comments | « Source/devtools/front_end/sdk/LayerTreeModel.js ('k') | Source/devtools/front_end/timeline/TimelineFrameModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698