Index: content/child/indexed_db/proxy_webidbcursor_impl.cc |
diff --git a/content/child/indexed_db/proxy_webidbcursor_impl.cc b/content/child/indexed_db/proxy_webidbcursor_impl.cc |
index ed1b536d0e9ae06c6e85a8473668df1c8a5ba9f0..f23fd318537d7ab1993cf2ab84df213d4886d4c8 100644 |
--- a/content/child/indexed_db/proxy_webidbcursor_impl.cc |
+++ b/content/child/indexed_db/proxy_webidbcursor_impl.cc |
@@ -116,8 +116,7 @@ void RendererWebIDBCursorImpl::SetPrefetchData( |
pending_onsuccess_callbacks_ = 0; |
} |
-void RendererWebIDBCursorImpl::CachedContinue( |
- WebKit::WebIDBCallbacks* callbacks) { |
+void RendererWebIDBCursorImpl::CachedContinue(WebIDBCallbacks* callbacks) { |
DCHECK_GT(prefetch_keys_.size(), 0ul); |
DCHECK(prefetch_primary_keys_.size() == prefetch_keys_.size()); |
DCHECK(prefetch_values_.size() == prefetch_keys_.size()); |