| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 5949e6ca775b5e77aff015be90c246e48fa90bae..1201a12c9a4609fcfd19bcbdee32c75467786731 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -472,7 +472,8 @@
|
| { "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." }
|
| ],
|
| "description": "Toggles mouse event-based touch event emulation.",
|
| - "hidden": true
|
| + "hidden": true,
|
| + "handlers": ["browser", "renderer"]
|
| },
|
| {
|
| "name": "setEmulatedMedia",
|
|
|