| 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 c3f4c1e128ce91ad8967a9cdd475dd12b8dad3d7..8c26e62081e592975162cb677cde47d179aa161c 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
|
| @@ -235,7 +235,7 @@ FormatterWorker.FormatterWorkerContentParser.prototype = {
|
| * @param {string} content
|
| * @return {!Object}
|
| */
|
| - parse: function(content) {}
|
| + parse(content) {}
|
| };
|
|
|
| /**
|
|
|