| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp
|
| index 1f0363e9642a6e289c06988eee01f2ffd9588325..13ea7d818129fc25080afafe3af96757a7e02f9f 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp
|
| @@ -234,7 +234,8 @@ void DatabaseTracker::closeOneDatabaseImmediately(const String& originString,
|
| return;
|
| }
|
|
|
| - // And we have to call closeImmediately() without our collection lock being held.
|
| + // And we have to call closeImmediately() without our collection lock being
|
| + // held.
|
| database->closeImmediately();
|
| }
|
|
|
|
|