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

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

Issue 17060008: Add dataLoss property to IDB's upgradeneeded event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add blink API stub for compatibility with and without chromium changes Created 7 years, 6 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/WebIDBCallbacksImpl.cpp ('k') | Source/modules/indexeddb/IDBCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/IDBRequestTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBRequestTest.cpp b/Source/WebKit/chromium/tests/IDBRequestTest.cpp
index aa8b7e571b1cffc79db9eb2b0197597756b63fe5..2d96fa7438117a05d684aea48fe74dd1d8747b12 100644
--- a/Source/WebKit/chromium/tests/IDBRequestTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBRequestTest.cpp
@@ -180,7 +180,7 @@ TEST_F(IDBRequestTest, ConnectionsAfterStopping)
EXPECT_EQ(request->readyState(), "pending");
scriptExecutionContext()->stopActiveDOMObjects();
- request->onUpgradeNeeded(oldVersion, interface, metadata);
+ request->onUpgradeNeeded(oldVersion, interface, metadata, WebKit::WebIDBCallbacks::DataLossNone);
}
{
« no previous file with comments | « Source/WebKit/chromium/src/WebIDBCallbacksImpl.cpp ('k') | Source/modules/indexeddb/IDBCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698