| Index: Source/core/dom/NameNodeList.h
|
| diff --git a/Source/core/dom/NameNodeList.h b/Source/core/dom/NameNodeList.h
|
| index 32c1effabd59cfb406d2be2cb146cba7af351057..96bcac439d6f741eaade174098c45ee561b00f72 100644
|
| --- a/Source/core/dom/NameNodeList.h
|
| +++ b/Source/core/dom/NameNodeList.h
|
| @@ -25,8 +25,8 @@
|
| #define NameNodeList_h
|
|
|
| #include "core/dom/LiveNodeList.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|