| Index: Source/core/dom/NodeIterator.h
|
| diff --git a/Source/core/dom/NodeIterator.h b/Source/core/dom/NodeIterator.h
|
| index 53f3d20e0439100504d5b44631e8ea16c9fd2b7e..5aafc13f986579712c8cf2838dc0893ed4b50d1b 100644
|
| --- a/Source/core/dom/NodeIterator.h
|
| +++ b/Source/core/dom/NodeIterator.h
|
| @@ -28,8 +28,8 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/NodeFilter.h"
|
| #include "core/dom/Traversal.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|
|
|