| Index: Source/core/dom/Attr.cpp
|
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
|
| index 6865215eacf123edf269b1d02a2b596c2060a32e..81ee4b52566d49858e12d72e13fed351f03ddacd 100644
|
| --- a/Source/core/dom/Attr.cpp
|
| +++ b/Source/core/dom/Attr.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "ExceptionCode.h"
|
| #include "HTMLNames.h"
|
| #include "ScopedEventQueue.h"
|
| -#include "StylePropertySet.h"
|
| #include "StyledElement.h"
|
| #include "Text.h"
|
| #include "XMLNSNames.h"
|
| +#include "core/css/StylePropertySet.h"
|
| #include <wtf/text/AtomicString.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|
|
|