| Index: Source/core/dom/ScopedEventQueue.cpp
|
| diff --git a/Source/core/dom/ScopedEventQueue.cpp b/Source/core/dom/ScopedEventQueue.cpp
|
| index 185de8d5c6f7d18df68c9490716763908d6e12f1..38899360193a3fd37792df1913837c1e56cf368b 100644
|
| --- a/Source/core/dom/ScopedEventQueue.cpp
|
| +++ b/Source/core/dom/ScopedEventQueue.cpp
|
| @@ -29,12 +29,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "ScopedEventQueue.h"
|
| +#include "core/dom/ScopedEventQueue.h"
|
|
|
| -#include "Event.h"
|
| -#include "EventDispatchMediator.h"
|
| -#include "EventDispatcher.h"
|
| -#include "EventTarget.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/EventDispatchMediator.h"
|
| +#include "core/dom/EventDispatcher.h"
|
| +#include "core/dom/EventTarget.h"
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/RefPtr.h>
|
|
|
|
|