Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: third_party/WebKit/Source/devtools/Inspector-1.1.json

Issue 1706413002: Indexed DB: Rename "int version" to "version" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/Inspector-1.1.json
diff --git a/third_party/WebKit/Source/devtools/Inspector-1.1.json b/third_party/WebKit/Source/devtools/Inspector-1.1.json
index 5a5a3ed7ab7140e4910b6cd78feb8a468b4a799b..55afa73e9df34b1f7f690a39d001b2c4df1d7d5d 100644
--- a/third_party/WebKit/Source/devtools/Inspector-1.1.json
+++ b/third_party/WebKit/Source/devtools/Inspector-1.1.json
@@ -1330,7 +1330,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." }
]
},

Powered by Google App Engine
This is Rietveld 408576698