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

Unified Diff: third_party/WebKit/Source/devtools/front_end/common/TextUtils.js

Issue 2515763003: DevTools: use shorthand syntax in interface definitions. (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/devtools/front_end/common/TextUtils.js
diff --git a/third_party/WebKit/Source/devtools/front_end/common/TextUtils.js b/third_party/WebKit/Source/devtools/front_end/common/TextUtils.js
index a7c2cf35aeb632774b28b7e6d4698bcb1a63599a..592469ae27a65e504f0afe90701e9092cf02a67a 100644
--- a/third_party/WebKit/Source/devtools/front_end/common/TextUtils.js
+++ b/third_party/WebKit/Source/devtools/front_end/common/TextUtils.js
@@ -278,5 +278,5 @@ Common.TokenizerFactory.prototype = {
* @param {string} mimeType
* @return {function(string, function(string, ?string, number, number))}
*/
- createTokenizer: function(mimeType) {}
+ createTokenizer(mimeType) {}
};

Powered by Google App Engine
This is Rietveld 408576698