| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index a469ff8555445cc57950ee36a1ed431dfe2341b6..44a92b0361c9bf8bf0a878a4425e169e62a6b6b2 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -3321,7 +3321,7 @@
|
| "commands": [
|
| {
|
| "name": "setDiscoverTargets",
|
| - "description": "Controls whether to discover available targets and notify via <code>targetCreated/targetRemoved</code> events.",
|
| + "description": "Controls whether to discover available targets and notify via <code>targetCreated/targetDestroyed</code> events.",
|
| "parameters": [
|
| { "name": "discover", "type": "boolean", "description": "Whether to discover available targets." }
|
| ],
|
| @@ -3395,7 +3395,7 @@
|
| "handlers": ["browser"]
|
| },
|
| {
|
| - "name": "targetRemoved",
|
| + "name": "targetDestroyed",
|
| "parameters": [
|
| { "name": "targetId", "$ref": "TargetID" }
|
| ],
|
|
|