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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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/IDBObservation.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObservation.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.cpp
index e8f3634b4b7384df332290a2c0ceab44b870f53b..f61902bcdcb745ae77cdcb4221e89c116e589cc2 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObservation.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.cpp
@@ -78,7 +78,9 @@ IDBObservation* IDBObservation::create(const WebIDBObservation& observation)
IDBObservation::IDBObservation(const WebIDBObservation& observation)
: m_keyRange(observation.keyRange)
+#if 0
, m_value(IDBValue::create(observation.value))
+#endif
, m_operationType(observation.type)
{
}

Powered by Google App Engine
This is Rietveld 408576698