| Index: Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
|
| index 0e8d9dc3f03d50a27bc1a1909a1c27cdde18823b..b2fbfd613e39f0a07cf4fd788970bfb3c6847901 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -29,8 +29,8 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/DOMError.h"
|
| -#include "core/events/Event.h"
|
| #include "core/events/EventListener.h"
|
| +#include "modules/EventModules.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
|
|