Index: third_party/WebKit/Source/core/inspector/browser_protocol.json |
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
index 1f472c210cc94a39b8e81a539a435668f6ef0ae0..bd472f8297258e6c9a197ec6fe09b59f7c156b17 100644 |
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
@@ -2911,7 +2911,7 @@ |
"id": "LayoutTreeNode", |
"type": "object", |
"properties": [ |
- { "name": "backendNodeId", "$ref": "DOM.BackendNodeId", "description": "The BackendNodeId of the related DOM node." }, |
+ { "name": "nodeId", "$ref": "DOM.NodeId", "description": "The id of the related DOM node matching one from DOM.GetDocument." }, |
{ "name": "boundingBox", "$ref": "DOM.Rect", "description": "The absolute position bounding box." }, |
{ "name": "layoutText", "type": "string", "optional": true, "description": "Contents of the LayoutText if any" }, |
{ "name": "inlineTextNodes", "type": "array", "optional": true, "items": { "$ref": "InlineTextBox" }, "description": "The post layout inline text nodes, if any." }, |