| 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 18a68071e0342f310fb5b5c3bb6e20b15cd6beb7..6f7a4837978f1aec8fe3108b154793c2c0dd712b 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| @@ -238,7 +238,7 @@ Database::Database(DatabaseContext* databaseContext,
|
| {
|
| MutexLocker locker(guidMutex());
|
| m_guid = guidForOriginAndName(getSecurityOrigin()->toString(), name);
|
| - guidCount().add(m_guid);
|
| + guidCount().insert(m_guid);
|
| }
|
|
|
| m_filename = DatabaseManager::manager().fullPathForDatabase(
|
|
|