| Index: third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
|
| index 13bd2e2d3eb85cae9ad1350ba61b5752936773ec..4a203c1d7a9b3f15e5d5ecae40999cb234384bb1 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
|
| @@ -81,7 +81,7 @@ void IDBObserver::observe(IDBDatabase* database,
|
| int32_t observerId =
|
| database->addObserver(this, transaction->id(), options.transaction(),
|
| options.noRecords(), options.values(), types);
|
| - m_observerIds.add(observerId, database);
|
| + m_observerIds.insert(observerId, database);
|
| }
|
|
|
| void IDBObserver::unobserve(IDBDatabase* database,
|
|
|