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

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

Issue 2031113002: IndexedDB Observers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: expected files updated Created 4 years, 6 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/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());
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBValue.h ('k') | third_party/WebKit/Source/modules/indexeddb/IndexedDBNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698