| Index: content/common/indexed_db/proxy_webidbcursor_impl.cc
|
| diff --git a/content/common/indexed_db/proxy_webidbcursor_impl.cc b/content/common/indexed_db/proxy_webidbcursor_impl.cc
|
| index c9040009079440bfc830dd4cdf0da27865eb9f18..90325a686b591b0fd53ca220d821bcbd33907f76 100644
|
| --- a/content/common/indexed_db/proxy_webidbcursor_impl.cc
|
| +++ b/content/common/indexed_db/proxy_webidbcursor_impl.cc
|
| @@ -121,8 +121,7 @@ void RendererWebIDBCursorImpl::deleteFunction(WebIDBCallbacks* callbacks,
|
| dispatcher->RequestIDBCursorDelete(callbacks, idb_cursor_id_, &ec);
|
| }
|
|
|
| -void RendererWebIDBCursorImpl::postSuccessHandlerCallback()
|
| -{
|
| +void RendererWebIDBCursorImpl::postSuccessHandlerCallback() {
|
| pending_onsuccess_callbacks_--;
|
|
|
| // If the onsuccess callback called continue() on the cursor again,
|
|
|