| Index: Source/modules/indexeddb/IDBDatabase.cpp
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.cpp b/Source/modules/indexeddb/IDBDatabase.cpp
|
| index c36692e3b6439f205971ce05d598ec2a36b457dd..40afcce6326d48ccbbd79bb819d1935902527467 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.cpp
|
| +++ b/Source/modules/indexeddb/IDBDatabase.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/DOMStringList.h"
|
| -#include "core/dom/EventQueue.h"
|
| +#include "core/events/EventQueue.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| #include "core/inspector/ScriptCallStack.h"
|
| #include "core/platform/HistogramSupport.h"
|
|
|