| Index: Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| diff --git a/Source/modules/indexeddb/IDBEventDispatcher.cpp b/Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| index 059b8d95f3e2869b754a6db7a46b9b6746383e43..1a2832468522c646133481dcca832e5237a057fa 100644
|
| --- a/Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| +++ b/Source/modules/indexeddb/IDBEventDispatcher.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "modules/indexeddb/IDBEventDispatcher.h"
|
|
|
| #include "core/events/Event.h"
|
| -#include "core/events/EventTarget.h"
|
| +#include "modules/EventTargetModules.h"
|
|
|
| namespace WebCore {
|
|
|
|
|