| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 807819725f6c6c30d162d1549c1fe6889ac01425..34507b2dea22f8b8b3c3bb38b12592fbaca87a4b 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -3027,6 +3027,18 @@
|
| "description": "Modifies the rule selector."
|
| },
|
| {
|
| + "name": "setStyleText",
|
| + "parameters": [
|
| + { "name": "styleSheetId", "$ref": "StyleSheetId" },
|
| + { "name": "range", "$ref": "SourceRange" },
|
| + { "name": "text", "type": "string" }
|
| + ],
|
| + "returns": [
|
| + { "name": "style", "$ref": "CSSStyle", "description": "The resulting style after the selector modification." }
|
| + ],
|
| + "description": "Modifies the style text."
|
| + },
|
| + {
|
| "name": "setMediaText",
|
| "parameters": [
|
| { "name": "styleSheetId", "$ref": "StyleSheetId" },
|
|
|