| Index: Source/bindings/v8/V8AbstractEventListener.cpp
|
| diff --git a/Source/bindings/v8/V8AbstractEventListener.cpp b/Source/bindings/v8/V8AbstractEventListener.cpp
|
| index b2e901103317c854fefeac2d0a1b7f76766d0171..7fe68ab8de359e25c2fd124c74c2925833320f02 100644
|
| --- a/Source/bindings/v8/V8AbstractEventListener.cpp
|
| +++ b/Source/bindings/v8/V8AbstractEventListener.cpp
|
| @@ -37,9 +37,9 @@
|
| #include "bindings/v8/V8Binding.h"
|
| #include "bindings/v8/V8EventListenerList.h"
|
| #include "bindings/v8/V8HiddenPropertyName.h"
|
| -#include "core/dom/BeforeUnloadEvent.h"
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/BeforeUnloadEvent.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/inspector/InspectorCounters.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
|
|
|
|