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

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

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.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBValue.h b/third_party/WebKit/Source/modules/indexeddb/IDBValue.h
index 69fd9c6abe53d0c607d4c82611b39f72c79bf76c..26d26ea3856a2cbbe5a61dd6342201057b31ff75 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBValue.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBValue.h
@@ -24,6 +24,7 @@ public:
static PassRefPtr<IDBValue> create();
static PassRefPtr<IDBValue> create(const WebIDBValue&);
static PassRefPtr<IDBValue> create(const IDBValue*, IDBKey*, const IDBKeyPath&);
+ ~IDBValue();
bool isNull() const;
Vector<String> getUUIDs() const;

Powered by Google App Engine
This is Rietveld 408576698