| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 92bb2d92a9e9099cb327e4d55c9e51894ad32ced..c91580bfc73618a83779b68b3c586f41c618b284 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -2711,7 +2711,7 @@
|
| "id": "PseudoIdMatches",
|
| "type": "object",
|
| "properties": [
|
| - { "name": "pseudoId", "type": "integer", "description": "Pseudo style identifier (see <code>enum PseudoId</code> in <code>LayoutStyleConstants.h</code>)."},
|
| + { "name": "pseudoId", "type": "integer", "description": "Pseudo style identifier (see <code>enum PseudoId</code> in <code>ComputedStyleConstants.h</code>)."},
|
| { "name": "matches", "type": "array", "items": { "$ref": "RuleMatch" }, "description": "Matches of CSS rules applicable to the pseudo style."}
|
| ],
|
| "description": "CSS rule collection for a single pseudo style."
|
|
|