| 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)
|
| {
|
| }
|
|
|