Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 9378033393aa9cf47102fed80dea1bd642a49b1a..fe5328365dde9236b15a28ef7709913cfe5bfffd 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -1916,7 +1916,8 @@ |
{ "name": "border", "$ref": "Quad", "description": "Border box" }, |
{ "name": "margin", "$ref": "Quad", "description": "Margin box" }, |
{ "name": "width", "type": "integer", "description": "Node width" }, |
- { "name": "height", "type": "integer", "description": "Node height" } |
+ { "name": "height", "type": "integer", "description": "Node height" }, |
+ { "name": "shapeOutside", "type": "string", "description": "CSS Shape Outside" } |
], |
"description": "Box model." |
}, |