Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json |
| diff --git a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json |
| index 37e7db9f29d9f7661185ddf6f706f7dd4d413a9d..190cc78f4f736d66b6b8292fe8bdf6e43ec9873a 100644 |
| --- a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json |
| +++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json |
| @@ -1,3 +1,4 @@ |
| + |
|
pfeldman
2017/01/24 23:14:21
revert blank line
eostroukhov
2017/01/25 19:56:35
Done.
|
| { |
| "protocol": { |
| "path": "browser_protocol.json", |
| @@ -42,7 +43,7 @@ |
| }, |
| { |
| "domain": "IndexedDB", |
| - "async": ["requestDatabaseNames", "requestDatabase", "requestData", "clearObjectStore"] |
| + "async": ["requestDatabaseNames", "requestDatabase", "requestData", "clearObjectStore", "deleteDatabase"] |
| }, |
| { |
| "domain": "LayerTree" |