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 ff4a1b01cf04828dfc75ed55abd729b297bd5c36..3bbe05822ca1131e1e8820707e6ef6c8751dfd16 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -2920,6 +2920,13 @@ |
], |
"description": "Called when distrubution is changed.", |
"hidden": true |
+ }, |
+ { |
+ "name": "nodeHighlightRequested", |
+ "parameters": [ |
+ {"name": "nodeId", "$ref": "NodeId"} |
+ ], |
+ "hidden": true |
} |
] |
}, |