| 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;
|
|
|