| 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) {}
|
| };
|
|
|