diff options
-rw-r--r-- | content/common/indexed_db/proxy_webidbcursor_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/indexed_db/proxy_webidbcursor_impl.cc b/content/common/indexed_db/proxy_webidbcursor_impl.cc index f043356..05a7856 100644 --- a/content/common/indexed_db/proxy_webidbcursor_impl.cc +++ b/content/common/indexed_db/proxy_webidbcursor_impl.cc @@ -67,7 +67,7 @@ void RendererWebIDBCursorImpl::continueFunction(const WebIDBKey& key, IndexedDBDispatcher* dispatcher = IndexedDBDispatcher::ThreadSpecificInstance(); - if (key.type() == WebIDBKey::InvalidType) { + if (key.type() == WebIDBKey::NullType) { // No key, so this would qualify for a prefetch. ++continue_count_; |