| Index: third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| index 965990fef80de80f0fad98995669c7f7ddc13822..b63635f10862a26e729389924bff7c4ffc38feda 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| @@ -22,6 +22,8 @@ public:
|
| static IDBObserver* create(IDBObserverCallback&, const IDBObserverInit&);
|
| // API methods
|
| void observe(IDBDatabase*, IDBTransaction*, ExceptionState&);
|
| + void unobserve(IDBDatabase*, ExceptionState&);
|
| +
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|