| Index: Source/core/html/HTMLScriptElement.cpp
|
| diff --git a/Source/core/html/HTMLScriptElement.cpp b/Source/core/html/HTMLScriptElement.cpp
|
| index 4f59a671bff34ce4f7214c370ccfc07b4f00924d..27d1e489cadd39fbe6768c9c17d23c4e0ba93753 100644
|
| --- a/Source/core/html/HTMLScriptElement.cpp
|
| +++ b/Source/core/html/HTMLScriptElement.cpp
|
| @@ -28,8 +28,8 @@
|
| #include "bindings/v8/ScriptEventListener.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/dom/ScriptLoader.h"
|
| #include "core/dom/Text.h"
|
|
|
|
|