| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 02729b3488c0e114f2c4c64bcc6751c09076c8b4..9a82561422cffb1354b91694406a21950904ef2d 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -44,16 +44,6 @@
|
| {
|
| "name": "targetCrashed",
|
| "description": "Fired when debugging target has crashed",
|
| - "handlers": ["browser"]
|
| - },
|
| - {
|
| - "name": "interstitialShown",
|
| - "description": "Fired when interstitial page was shown",
|
| - "handlers": ["browser"]
|
| - },
|
| - {
|
| - "name": "interstitialHidden",
|
| - "description": "Fired when interstitial page was hidden",
|
| "handlers": ["browser"]
|
| }
|
| ]
|
|
|