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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt

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/LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt
index 1906ece48482f801e3c50ce4c1bdb2e10bfcb400..326688402de3829bacd6cfa215bf61565b4e172b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/indexeddb/database-structure-expected.txt
@@ -13,12 +13,12 @@ Tests that database names are correctly loaded and saved in IndexedDBModel.
Dumping database:
Dumping database:
testDatabase1
- intVersion: 1
+ version: 1
objectStores:
Dumping database:
testDatabase1
- intVersion: 2
+ version: 2
objectStores:
testObjectStore1
keyPath: "test.key.path"
@@ -27,7 +27,7 @@ testDatabase1
Dumping database:
testDatabase1
- intVersion: 3
+ version: 3
objectStores:
testObjectStore1
keyPath: "test.key.path"
@@ -40,7 +40,7 @@ testDatabase1
Dumping database:
testDatabase1
- intVersion: 4
+ version: 4
objectStores:
testObjectStore1
keyPath: "test.key.path"
@@ -57,7 +57,7 @@ testDatabase1
Dumping database:
testDatabase1
- intVersion: 5
+ version: 5
objectStores:
testObjectStore1
keyPath: "test.key.path"
@@ -78,7 +78,7 @@ testDatabase1
Dumping database:
testDatabase1
- intVersion: 6
+ version: 6
objectStores:
testObjectStore1
keyPath: "test.key.path"
@@ -95,7 +95,7 @@ testDatabase1
Dumping database:
testDatabase1
- intVersion: 7
+ version: 7
objectStores:
testObjectStore1
keyPath: "test.key.path"
@@ -108,7 +108,7 @@ testDatabase1
Dumping database:
testDatabase1
- intVersion: 8
+ version: 8
objectStores:
testObjectStore1
keyPath: "test.key.path"
@@ -117,7 +117,7 @@ testDatabase1
Dumping database:
testDatabase1
- intVersion: 9
+ version: 9
objectStores:

Powered by Google App Engine
This is Rietveld 408576698