| 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 30381196fbdd2cb9159465d5a26fb1be8176c63d..07f58c2dadba0e522576cf66039fafabee6d44dd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js
|
| @@ -274,10 +274,8 @@ InspectorBackendClass.Connection.prototype = {
|
| }
|
|
|
| var messageObject = {};
|
| -
|
| var messageId = this.nextMessageId();
|
| messageObject.id = messageId;
|
| -
|
| messageObject.method = method;
|
| if (params)
|
| messageObject.params = params;
|
|
|