| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index e4a239b45c1f67cd352013d5a0e576ab979b0b2f..43018e986ec740de1b1d83e447aa1ed355ad4609 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -2986,7 +2986,6 @@
|
| { "name": "nodeId", "$ref": "DOM.NodeId" }
|
| ],
|
| "returns": [
|
| - { "name": "cssFamilyName", "type": "string", "description": "Font family name which is determined by computed style." },
|
| { "name": "fonts", "type": "array", "items": { "$ref": "PlatformFontUsage" }, "description": "Usage statistics for every employed platform font." }
|
| ],
|
| "description": "Requests information about platform fonts which we used to render child TextNodes in the given node.",
|
|
|