| 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 fed28f8d42f6484d9681430357ac369efb277fe2..969c184c632af1f3cfbd140cdfbc691ce36efe58 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObserver.cpp
|
| @@ -74,7 +74,7 @@ void IDBObserver::observe(IDBDatabase* database,
|
|
|
| int32_t observerId =
|
| database->addObserver(this, transaction->id(), options.transaction(),
|
| - options.values(), options.noRecords(), types);
|
| + options.noRecords(), options.values(), types);
|
| m_observerIds.add(observerId, database);
|
| }
|
|
|
|
|