Index: webkit/dom_storage/dom_storage_area.h |
diff --git a/webkit/dom_storage/dom_storage_area.h b/webkit/dom_storage/dom_storage_area.h |
index b08ff1ef5a209243f6855c84aeb2d321bf6aa3f3..af43c821a4e206cb20e0670d12db6343a315d64c 100644 |
--- a/webkit/dom_storage/dom_storage_area.h |
+++ b/webkit/dom_storage/dom_storage_area.h |
@@ -98,7 +98,7 @@ class DomStorageArea |
// task sequence when complete. |
CommitBatch* CreateCommitBatchIfNeeded(); |
void OnCommitTimer(); |
- void CommitChanges(); |
+ void CommitChanges(const CommitBatch* commit_batch); |
void OnCommitComplete(); |
void ShutdownInCommitSequence(); |
@@ -112,7 +112,7 @@ class DomStorageArea |
bool is_initial_import_done_; |
bool is_shutdown_; |
scoped_ptr<CommitBatch> commit_batch_; |
- scoped_ptr<CommitBatch> in_flight_commit_batch_; |
+ int commit_batches_in_flight_; |
}; |
} // namespace dom_storage |