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

Unified Diff: Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp

Issue 13843016: Prepare to remove WebSecurityOrigin from IDB backend (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove unused static Created 7 years, 8 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
« no previous file with comments | « Source/WebKit/chromium/src/WebIDBFactoryImpl.cpp ('k') | Source/modules/indexeddb/IDBFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp b/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
index 3ecb649514cd7beee2aae130eb213f736b51f806..b01517a8afe827b47f18534c599b940d8354e9a8 100644
--- a/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
@@ -123,7 +123,7 @@ TEST(IDBAbortTest, TheTest)
RefPtr<FakeIDBDatabaseCallbacks> databaseCallbacks = FakeIDBDatabaseCallbacks::create();
RefPtr<SecurityOrigin> origin = SecurityOrigin::create("http", "localhost", 81);
const int64_t DummyVersion = 2;
- factory->open(name, DummyVersion, 1, callbacks.get(), databaseCallbacks, origin, 0 /*Frame*/, String() /*path*/);
+ factory->open(name, DummyVersion, 1, callbacks.get(), databaseCallbacks, origin->databaseIdentifier(), 0, String() /*path*/);
}
} // namespace
« no previous file with comments | « Source/WebKit/chromium/src/WebIDBFactoryImpl.cpp ('k') | Source/modules/indexeddb/IDBFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698