| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 8b67e57b5dcdc55632dd843aea79cb8e7d1f367c..0367073817df3bd91663a3220fc519955af24b72 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -2661,13 +2661,6 @@
|
| "hidden": true
|
| },
|
| {
|
| - "name": "getAllStyleSheets",
|
| - "returns": [
|
| - { "name": "headers", "type": "array", "items": { "$ref": "CSSStyleSheetHeader" }, "description": "Descriptor entries for all available stylesheets." }
|
| - ],
|
| - "description": "Returns metainfo entries for all known stylesheets."
|
| - },
|
| - {
|
| "name": "getStyleSheet",
|
| "parameters": [
|
| { "name": "styleSheetId", "$ref": "StyleSheetId" }
|
|
|