Index: webkit/database/database_connections.cc |
diff --git a/webkit/database/database_connections.cc b/webkit/database/database_connections.cc |
index d90498fda1f9908b57e38c3bf8254d4fe2387401..a5d762d623a58c8ca5b4040b1495681ae84f0435 100644 |
--- a/webkit/database/database_connections.cc |
+++ b/webkit/database/database_connections.cc |
@@ -120,7 +120,7 @@ bool DatabaseConnections::RemoveConnectionsHelper( |
DatabaseConnectionsWrapper::DatabaseConnectionsWrapper() |
: waiting_for_dbs_to_close_(false), |
- main_thread_(base::MessageLoopProxy::CreateForCurrentThread()) { |
+ main_thread_(base::MessageLoopProxy::current()) { |
} |
DatabaseConnectionsWrapper::~DatabaseConnectionsWrapper() { |