| Index: Source/core/dom/Attr.cpp
|
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp
|
| index 26fc0d78fb641798e3683f0a51aa44831f49e271..8ebced891ecb9554640b2709bc8bc0251d8390b1 100644
|
| --- a/Source/core/dom/Attr.cpp
|
| +++ b/Source/core/dom/Attr.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "core/dom/ScopedEventQueue.h"
|
| +#include "core/events/ScopedEventQueue.h"
|
| #include "core/dom/Text.h"
|
| #include "wtf/text/AtomicString.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|