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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some (incomplete) work on struct traits. Created 4 years, 5 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/modules/indexeddb/IDBRequestTest.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
index 17c1708757535e34c66f49af5e8c40e3e49d2807..b6cf777e2fd8ecb5760271da059129101a11b6af 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
@@ -88,6 +88,7 @@ TEST(IDBRequestTest, AbortErrorAfterAbort)
TEST(IDBRequestTest, ConnectionsAfterStopping)
{
+#if 0
V8TestingScope scope;
const int64_t transactionId = 1234;
const int64_t version = 1;
@@ -118,6 +119,7 @@ TEST(IDBRequestTest, ConnectionsAfterStopping)
scope.getExecutionContext()->stopActiveDOMObjects();
request->onSuccess(std::move(backend), metadata);
}
+#endif
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698