| Index: third_party/WebKit/Source/devtools/protocol.json
|
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
|
| index 83a741f61cf9a894ef0ea5d54a4b7ea90e2d748f..5a14e031f122d47980bb4c0e26dac9942c530b0d 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -463,8 +463,9 @@
|
| "name": "getAppManifest",
|
| "hidden": true,
|
| "returns": [
|
| - { "name": "data", "type": "string", "optional": true, "description": "Manifest content." },
|
| - { "name": "errors", "type": "array", "items": { "$ref": "AppManifestError" } }
|
| + { "name": "url", "type": "string", "description": "Manifest location." },
|
| + { "name": "errors", "type": "array", "items": { "$ref": "AppManifestError" } },
|
| + { "name": "data", "type": "string", "optional": true, "description": "Manifest content." }
|
| ],
|
| "handlers": ["none"]
|
| },
|
|
|