Chromium Code Reviews| 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 502a1da736bf9e3247eb4e30da4819b1f34e16f0..ef8a64ee7bd716659daea4e5853f0105aed18bac 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.BackendNodeId", "description": "The id of the related DOM node matching one from DOM.GetDocument." }, |
|
dgozman
2016/10/26 17:24:39
I think the $ref should be changed as well.
alex clarke (OOO till 29th)
2016/10/27 10:51:11
Done.
|
| { "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." }, |