| Index: Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| diff --git a/Source/modules/indexeddb/IDBEventDispatcher.cpp b/Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| index c057639b985241c5ce816afae6417b1870357a46..c6e428523b8de2a64a94fe47789b8a6a6d8ec6f0 100644
|
| --- a/Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| +++ b/Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "config.h"
|
| #include "modules/indexeddb/IDBEventDispatcher.h"
|
|
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventTarget.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventTarget.h"
|
|
|
| namespace WebCore {
|
|
|
|
|