| Index: Source/modules/indexeddb/IDBTransaction.cpp
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.cpp b/Source/modules/indexeddb/IDBTransaction.cpp
|
| index 36b8ac57601070d8426257faedfbafcfa8cb07c7..a06b95f21373b55b2b9e8ceb8e8df157dd1e8362 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.cpp
|
| +++ b/Source/modules/indexeddb/IDBTransaction.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/DOMError.h"
|
| -#include "core/dom/EventQueue.h"
|
| +#include "core/events/EventQueue.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| #include "core/inspector/ScriptCallStack.h"
|
| #include "modules/indexeddb/IDBDatabase.h"
|
|
|