Index: content/browser/indexed_db/webidbcursor_impl.cc |
diff --git a/content/browser/indexed_db/webidbcursor_impl.cc b/content/browser/indexed_db/webidbcursor_impl.cc |
index 629ebaf5ed78d5f0e2bc408e6113b2ae6d4df45b..da125ec2b4d4a34bf1531404cb0852afa2b2e007 100644 |
--- a/content/browser/indexed_db/webidbcursor_impl.cc |
+++ b/content/browser/indexed_db/webidbcursor_impl.cc |
@@ -32,11 +32,6 @@ void WebIDBCursorImpl::continueFunction(const WebKit::WebIDBKey& key, |
IndexedDBCallbacksWrapper::Create(callbacks)); |
} |
-void WebIDBCursorImpl::deleteFunction(WebIDBCallbacks* callbacks) { |
- idb_cursor_backend_->DeleteFunction( |
- IndexedDBCallbacksWrapper::Create(callbacks)); |
-} |
- |
void WebIDBCursorImpl::prefetchContinue(int number_to_fetch, |
WebKit::WebIDBCallbacks* callbacks) { |
idb_cursor_backend_->PrefetchContinue( |