| Index: third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.cpp b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| index 6f7a4837978f1aec8fe3108b154793c2c0dd712b..e29bccc4d2a100102bec04c0d3da2abf1dff0374 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| @@ -394,7 +394,7 @@ void Database::closeDatabase() {
|
| MutexLocker locker(guidMutex());
|
|
|
| ASSERT(guidCount().contains(m_guid));
|
| - if (guidCount().remove(m_guid)) {
|
| + if (guidCount().erase(m_guid)) {
|
| guidToVersionMap().erase(m_guid);
|
| }
|
| }
|
|
|