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

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

Issue 2449563002: [IndexedDB] Add Observer Tests (Closed)
Patch Set: Fixed errors in other tests, and marked observer tests as long Created 4 years, 2 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/IDBObserver.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
index 95abf13fd943670ef41e1446a317e32a75b242fe..adbf771060987d8d2fbca24e2400b96bed90bcb2 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
@@ -32,7 +32,6 @@ IDBObserver::IDBObserver(ScriptState* scriptState,
m_transaction(options.transaction()),
m_values(options.values()),
m_noRecords(options.noRecords()) {
- // TODO(palakj): Throw an exception if unknown operation type.
DCHECK_EQ(m_operationTypes.size(),
static_cast<size_t>(WebIDBOperationTypeCount));
m_operationTypes.reset();

Powered by Google App Engine
This is Rietveld 408576698