Index: webkit/database/database_connections.cc |
diff --git a/webkit/database/database_connections.cc b/webkit/database/database_connections.cc |
index f38a8699aec6c23bb62684003cc5ef33a6f32820..0d24a0e72bde238d9f1f9dc6af2f3af4d44a696e 100644 |
--- a/webkit/database/database_connections.cc |
+++ b/webkit/database/database_connections.cc |
@@ -132,7 +132,7 @@ void DatabaseConnectionsWrapper::WaitForAllDatabasesToClose() { |
DCHECK(main_thread_->BelongsToCurrentThread()); |
if (HasOpenConnections()) { |
AutoReset<bool> auto_reset(&waiting_for_dbs_to_close_, true); |
- MessageLoop::ScopedNestableTaskAllower nestable(MessageLoop::current()); |
+ MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); |
MessageLoop::current()->Run(); |
} |
} |