| Index: third_party/WebKit/Source/devtools/protocol.json
|
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
|
| index f2d5a6bcef3ef9d33f7c1d540f54d6e74e070cdc..dd214bd89e38bf10be5e83ecad750b1e0e1a6bd8 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -792,14 +792,16 @@
|
| { "name": "customPreview", "$ref": "CustomPreview", "optional": true, "hidden": true}
|
| ]
|
| },
|
| - { "id": "CustomPreview",
|
| + {
|
| + "id": "CustomPreview",
|
| "type": "object",
|
| "hidden": true,
|
| "properties": [
|
| { "name": "header", "type": "string"},
|
| { "name": "hasBody", "type": "boolean"},
|
| - {"name": "formatterObjectId", "$ref": "RemoteObjectId"},
|
| - {"name": "configObjectId", "$ref": "RemoteObjectId", "optional": true}
|
| + { "name": "formatterObjectId", "$ref": "RemoteObjectId"},
|
| + { "name": "bindRemoteObjectFunctionId", "$ref": "RemoteObjectId" },
|
| + { "name": "configObjectId", "$ref": "RemoteObjectId", "optional": true }
|
| ]
|
| },
|
| {
|
|
|