| Index: Source/core/html/HTMLScriptElement.cpp
|
| diff --git a/Source/core/html/HTMLScriptElement.cpp b/Source/core/html/HTMLScriptElement.cpp
|
| index 5d9bc7d77330eabd2fd689b2ab80c325b368e039..f36e0f8e2305475f8d227dbf8a6136c1d359e4a0 100644
|
| --- a/Source/core/html/HTMLScriptElement.cpp
|
| +++ b/Source/core/html/HTMLScriptElement.cpp
|
| @@ -23,13 +23,13 @@
|
| #include "config.h"
|
| #include "HTMLScriptElement.h"
|
|
|
| -#include "Attribute.h"
|
| -#include "Document.h"
|
| -#include "Event.h"
|
| -#include "EventNames.h"
|
| #include "HTMLNames.h"
|
| #include "ScriptEventListener.h"
|
| -#include "Text.h"
|
| +#include "core/dom/Attribute.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/EventNames.h"
|
| +#include "core/dom/Text.h"
|
|
|
| namespace WebCore {
|
|
|
|
|