| Index: Source/core/html/HTMLHRElement.cpp
|
| diff --git a/Source/core/html/HTMLHRElement.cpp b/Source/core/html/HTMLHRElement.cpp
|
| index 0b80afb36cd69bcdba61f929c8c4fe1d14c87baa..b13a273d03f6b990bbfbbf017d4f171ce4c49422 100644
|
| --- a/Source/core/html/HTMLHRElement.cpp
|
| +++ b/Source/core/html/HTMLHRElement.cpp
|
| @@ -23,12 +23,12 @@
|
| #include "config.h"
|
| #include "HTMLHRElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| #include "HTMLNames.h"
|
| #include "core/css/CSSValuePool.h"
|
| #include "core/css/StylePropertySet.h"
|
| +#include "core/dom/Attribute.h"
|
|
|
| namespace WebCore {
|
|
|
|
|