Index: third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp |
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp |
index 17e8494068c422100ba2844d5735abde6a19ae48..219b81832bebfc898a2e679fa329c0a2b21d26c8 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp |
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp |
@@ -25,8 +25,6 @@ IDBObserver::IDBObserver(IDBObserverCallback& callback, const IDBObserverInit& o |
{ |
} |
-IDBObserver::~IDBObserver() {} |
- |
void IDBObserver::observe(IDBDatabase* database, IDBTransaction* transaction, ExceptionState& exceptionState) |
{ |
// TODO(palakj): Finish implementation. |