| 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 ce4cf0c602ac96c953dffdfbff1c905132381d51..965990fef80de80f0fad98995669c7f7ddc13822 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.h
|
| @@ -22,7 +22,6 @@ public:
|
| static IDBObserver* create(IDBObserverCallback&, const IDBObserverInit&);
|
| // API methods
|
| void observe(IDBDatabase*, IDBTransaction*, ExceptionState&);
|
| -
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|