| Index: Source/core/html/HTMLBaseElement.cpp
|
| diff --git a/Source/core/html/HTMLBaseElement.cpp b/Source/core/html/HTMLBaseElement.cpp
|
| index 8ed0ef54eefe46f6459963b7fe610ae4eec62544..74a08d0f5da9502812d58e0d2350e3196eeefda8 100644
|
| --- a/Source/core/html/HTMLBaseElement.cpp
|
| +++ b/Source/core/html/HTMLBaseElement.cpp
|
| @@ -23,10 +23,10 @@
|
| #include "config.h"
|
| #include "HTMLBaseElement.h"
|
|
|
| -#include "Attribute.h"
|
| -#include "Document.h"
|
| #include "HTMLNames.h"
|
| #include "HTMLParserIdioms.h"
|
| +#include "core/dom/Attribute.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/loader/TextResourceDecoder.h"
|
|
|
| namespace WebCore {
|
|
|