| 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 e3cfff5bfaecdddd7ceaf847cc8263edbc8b17e8..ad416b6dc18f1f0b6800375ca7ba83063c4a08ef 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1704,6 +1704,16 @@
|
| "returns": [
|
| ],
|
| "description": "Clears all entries from an object store."
|
| + },
|
| + {
|
| + "name": "deleteDatabase",
|
| + "parameters": [
|
| + { "name": "securityOrigin", "type": "string", "description": "Security origin." },
|
| + { "name": "databaseName", "type": "string", "description": "Database name." }
|
| + ],
|
| + "returns": [
|
| + ],
|
| + "description": "Deletes a database."
|
| }
|
| ]
|
| },
|
|
|