| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp
|
| index abab2e2bc0b375d63ffdd3e88d83e4b72c34a700..0eb1172da0ccd85c5c08dafeaf4f91065e9ffb60 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp
|
| @@ -106,7 +106,7 @@ void DatabaseManager::unregisterDatabaseContext(
|
| #if DCHECK_IS_ON()
|
| m_databaseContextRegisteredCount--;
|
| #endif
|
| - m_contextMap.remove(context);
|
| + m_contextMap.erase(context);
|
| }
|
|
|
| #if DCHECK_IS_ON()
|
|
|