| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| index bd7e5d5bbbf7c9928befb802130284708dfc29a4..8e8ea143b09bfac96dba42453c3814eaa2532a50 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| @@ -245,6 +245,10 @@ WebInspector.FormatterWorkerContentParser.prototype = {
|
| parse: function(content) { }
|
| }
|
|
|
| +/**
|
| + * @param {string} content
|
| + * @param {string} mimeType
|
| + */
|
| WebInspector.FormatterWorkerContentParser.parse = function(content, mimeType)
|
| {
|
| var extension = self.runtime.extensions(WebInspector.FormatterWorkerContentParser).find(findExtension);
|
|
|