| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 3e5e36b67bc80eed18ede8c13a4d743cde04c7a5..3aec5e0453ea7d4b448b36b7adec933da267eb60 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -2652,7 +2652,7 @@
|
| {
|
| "name": "inspectNodeRequested",
|
| "parameters": [
|
| - { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node to inspect." }
|
| + { "name": "backendNodeId", "$ref": "BackendNodeId", "description": "Id of the node to inspect." }
|
| ],
|
| "description": "Fired when the node should be inspected. This happens after call to <code>setInspectModeEnabled</code>.",
|
| "hidden" : true
|
|
|