| Index: Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| diff --git a/Source/modules/indexeddb/IDBOpenDBRequest.cpp b/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| index d90dcc0083af8facb3e10e37146dba9f219d9fbd..b1aa02ba0d3bac8b1e3f3df980281c5cdd59d73e 100644
|
| --- a/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| +++ b/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| @@ -59,7 +59,7 @@ IDBOpenDBRequest::~IDBOpenDBRequest()
|
|
|
| const AtomicString& IDBOpenDBRequest::interfaceName() const
|
| {
|
| - return eventNames().interfaceForIDBOpenDBRequest;
|
| + return EventTargetNames::IDBOpenDBRequest;
|
| }
|
|
|
| void IDBOpenDBRequest::onBlocked(int64_t oldVersion)
|
|
|