| Index: Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
|
| index b11a50bcf90c93438c8da9337443ee807675f99a..79f1e76298c01e6ec7d8fbea2e116340c88be44b 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -29,10 +29,10 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "core/dom/DOMError.h"
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventListener.h"
|
| -#include "core/dom/EventNames.h"
|
| -#include "core/dom/EventTarget.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventListener.h"
|
| +#include "core/events/EventNames.h"
|
| +#include "core/events/EventTarget.h"
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
| #include "wtf/HashSet.h"
|
|
|