diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebIDBTransactionCallbacksImpl.cpp')
-rw-r--r-- | Source/WebKit/chromium/src/WebIDBTransactionCallbacksImpl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebKit/chromium/src/WebIDBTransactionCallbacksImpl.cpp b/Source/WebKit/chromium/src/WebIDBTransactionCallbacksImpl.cpp index 96924cf..848182e 100644 --- a/Source/WebKit/chromium/src/WebIDBTransactionCallbacksImpl.cpp +++ b/Source/WebKit/chromium/src/WebIDBTransactionCallbacksImpl.cpp @@ -51,11 +51,6 @@ void WebIDBTransactionCallbacksImpl::onComplete() m_callbacks->onComplete(); } -void WebIDBTransactionCallbacksImpl::onTimeout() -{ - m_callbacks->onTimeout(); -} - } // namespace WebCore #endif // ENABLE(INDEXED_DATABASE) |