| Index: third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| index ca3bcd78bc4204a0cdc80130149d0cf8cec8e541..36ee8992883f7e23aef299abed21fef1bf411949 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| @@ -43,6 +43,8 @@ IDBValue::IDBValue(const IDBValue* value, IDBKey* primaryKey, const IDBKeyPath&
|
| }
|
| }
|
|
|
| +IDBValue::~IDBValue() {}
|
| +
|
| PassRefPtr<IDBValue> IDBValue::create()
|
| {
|
| return adoptRef(new IDBValue());
|
|
|