| 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 bd0b1a54872a44a2bd7204f8fe55f47fd5d1448e..ca29d208ada6a7f1c3994485671c913e0fcda12f 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -1809,7 +1809,7 @@
|
| "description": "Database with an array of object stores.",
|
| "properties": [
|
| { "name": "name", "type": "string", "description": "Database name." },
|
| - { "name": "intVersion", "type": "integer", "description": "Database version." },
|
| + { "name": "version", "type": "integer", "description": "Database version." },
|
| { "name": "objectStores", "type": "array", "items": { "$ref": "ObjectStore" }, "description": "Object stores in this database." }
|
| ]
|
| },
|
|
|