| Index: third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js b/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js
|
| index cace94a791411d62041fc439197b237efc533a57..1e5b329e96dafcbd98af2ada1853cdb3b9b878f2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js
|
| @@ -190,12 +190,12 @@ InspectorBackendClass.Connection.prototype = {
|
| /**
|
| * @param {string} message
|
| */
|
| - sendMessage: function(message) {},
|
| + sendMessage(message) {},
|
|
|
| /**
|
| * @return {!Promise}
|
| */
|
| - disconnect: function() {},
|
| + disconnect() {},
|
| };
|
|
|
| /**
|
|
|