| Index: Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
|
| index 41825e06bb50c49b1f9becdda882fe614b9b8ddb..0e8d9dc3f03d50a27bc1a1909a1c27cdde18823b 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -31,7 +31,7 @@
|
| #include "core/dom/DOMError.h"
|
| #include "core/events/Event.h"
|
| #include "core/events/EventListener.h"
|
| -#include "core/events/EventTarget.h"
|
| +#include "modules/EventTargetModules.h"
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| #include "platform/heap/Handle.h"
|
|
|