| Index: sky/engine/v8_inspector/protocol.json
|
| diff --git a/sky/engine/v8_inspector/protocol.json b/sky/engine/v8_inspector/protocol.json
|
| index f2c17653080960fc580a2ab333a40fbffddd6714..386cb8c76cdf24c5ad1aedb2f6834af953aac38b 100644
|
| --- a/sky/engine/v8_inspector/protocol.json
|
| +++ b/sky/engine/v8_inspector/protocol.json
|
| @@ -256,8 +256,7 @@
|
| "name": "reload",
|
| "parameters": [
|
| { "name": "ignoreCache", "type": "boolean", "optional": true, "description": "If true, browser cache is ignored (as if the user pressed Shift+refresh)." },
|
| - { "name": "scriptToEvaluateOnLoad", "type": "string", "optional": true, "description": "If set, the script will be injected into all frames of the inspected page after reload." },
|
| - { "name": "scriptPreprocessor", "type": "string", "optional": true, "description": "Script body that should evaluate to function that will preprocess all the scripts before their compilation.", "hidden": true }
|
| + { "name": "scriptToEvaluateOnLoad", "type": "string", "optional": true, "description": "If set, the script will be injected into all frames of the inspected page after reload." }
|
| ],
|
| "description": "Reloads given page optionally ignoring the cache.",
|
| "handlers": ["browser", "renderer"]
|
|
|