| Index: third_party/WebKit/Source/devtools/front_end/worker_service/ServiceDispatcher.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/worker_service/ServiceDispatcher.js b/third_party/WebKit/Source/devtools/front_end/worker_service/ServiceDispatcher.js
|
| index 0cff8051d16c34dc6fe1902a5e83920f455267d1..4fd7a2025caa608838e16bf7136fde733da103df 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/worker_service/ServiceDispatcher.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/worker_service/ServiceDispatcher.js
|
| @@ -11,12 +11,12 @@ Service.prototype = {
|
| /**
|
| * @return {!Promise}
|
| */
|
| - dispose: function() {},
|
| + dispose() {},
|
|
|
| /**
|
| * @return {function(string)}
|
| */
|
| - setNotify: function(notify) {}
|
| + setNotify(notify) {}
|
| };
|
|
|
| /**
|
|
|