| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 7c3f5667e5953fc847a1855fc9d66840fb9219c5..40ec9a9f9c37eb205c4919af0696da4a50b90306 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -569,6 +569,10 @@
|
| "hidden": true
|
| },
|
| {
|
| + "name": "frameResized",
|
| + "hidden": true
|
| + },
|
| + {
|
| "name": "javascriptDialogOpening",
|
| "description": "Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.",
|
| "parameters": [
|
|
|