| 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 16f38a2743d4e68fa79548aefa0dd05e17e557bb..feca1c7847571cbbb6297470bf69e7b74c05f635 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| @@ -9,6 +9,7 @@
|
| #include "modules/indexeddb/IDBDatabase.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
| @@ -23,6 +24,7 @@ public:
|
| ~IDBObserver();
|
| // API methods
|
| void observe(IDBDatabase*, IDBTransaction*, ExceptionState&);
|
| + void unobserve(IDBDatabase*, ExceptionState&);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|