| Index: Source/devtools/protocol.json
 | 
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
 | 
| index ab33e38831f0a826f735398305e1bc1e92d18e2b..ab0a21fe44742218a26aea8072229d35ea187348 100644
 | 
| --- a/Source/devtools/protocol.json
 | 
| +++ b/Source/devtools/protocol.json
 | 
| @@ -2011,7 +2011,9 @@
 | 
|                      { "name": "paddingColor", "$ref": "RGBA", "optional": true, "description": "The padding highlight fill color (default: transparent)." },
 | 
|                      { "name": "borderColor", "$ref": "RGBA", "optional": true, "description": "The border highlight fill color (default: transparent)." },
 | 
|                      { "name": "marginColor", "$ref": "RGBA", "optional": true, "description": "The margin highlight fill color (default: transparent)." },
 | 
| -                    { "name": "eventTargetColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The event target element highlight fill color (default: transparent)." }
 | 
| +                    { "name": "eventTargetColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The event target element highlight fill color (default: transparent)." },
 | 
| +                    { "name": "shapeColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The shape outside fill color (default: transparent)." },
 | 
| +                    { "name": "shapeMarginColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The shape margin fill color (default: transparent)." }
 | 
|                  ],
 | 
|                  "description": "Configuration data for the highlighting of page elements."
 | 
|              }
 | 
| 
 |