summaryrefslogtreecommitdiff
path: root/Source/WebKit/chromium/src/IDBTransactionBackendProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/IDBTransactionBackendProxy.cpp')
-rw-r--r--Source/WebKit/chromium/src/IDBTransactionBackendProxy.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/Source/WebKit/chromium/src/IDBTransactionBackendProxy.cpp b/Source/WebKit/chromium/src/IDBTransactionBackendProxy.cpp
index 3a21a781b..88f9852ac 100644
--- a/Source/WebKit/chromium/src/IDBTransactionBackendProxy.cpp
+++ b/Source/WebKit/chromium/src/IDBTransactionBackendProxy.cpp
@@ -72,24 +72,6 @@ void IDBTransactionBackendProxy::abort()
m_webIDBTransaction->abort();
}
-void IDBTransactionBackendProxy::registerOpenCursor(WebCore::IDBCursorBackendImpl*)
-{
- ASSERT_NOT_REACHED();
-}
-
-void IDBTransactionBackendProxy::unregisterOpenCursor(WebCore::IDBCursorBackendImpl*)
-{
- ASSERT_NOT_REACHED();
-}
-
-bool IDBTransactionBackendProxy::scheduleTask(PassOwnPtr<ScriptExecutionContext::Task>, PassOwnPtr<ScriptExecutionContext::Task>)
-{
- // This should never be reached as it's the impl objects who get to
- // execute tasks in the browser process.
- ASSERT_NOT_REACHED();
- return false;
-}
-
void IDBTransactionBackendProxy::didCompleteTaskEvents()
{
m_webIDBTransaction->didCompleteTaskEvents();