| Index: Source/core/dom/Attr.cpp
|
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
|
| index 7aaf56c8917de9ec420ebcc45af3cb25516b292c..df7d82a4093adab031f9d30fd9eb3a8c7f8a3882 100644
|
| --- a/Source/core/dom/Attr.cpp
|
| +++ b/Source/core/dom/Attr.cpp
|
| @@ -24,13 +24,12 @@
|
| #include "core/dom/Attr.h"
|
|
|
| #include "XMLNSNames.h"
|
| -#include "core/css/StylePropertySet.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ScopedEventQueue.h"
|
| #include "core/dom/StyledElement.h"
|
| #include "core/dom/Text.h"
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/AtomicString.h"
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|