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 f23fd318537d7ab1993cf2ab84df213d4886d4c8..2343880de17cdd6b9a3bdf24875e246a3b631f9a 100644 |
--- a/content/child/indexed_db/proxy_webidbcursor_impl.cc |
+++ b/content/child/indexed_db/proxy_webidbcursor_impl.cc |
@@ -59,7 +59,7 @@ void RendererWebIDBCursorImpl::continueFunction( |
IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); |
scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); |
- if (key.type() == WebIDBKey::NullType) { |
+ if (key.keyType() == WebKit::WebIDBKeyTypeNull) { |
// No key, so this would qualify for a prefetch. |
++continue_count_; |