| Index: Source/core/xml/XPathUtil.cpp
|
| diff --git a/Source/core/xml/XPathUtil.cpp b/Source/core/xml/XPathUtil.cpp
|
| index 3a790e8098f4fd3df7c74c7d23b8312cb30d080a..aa7f7910c4873ff45553fffc4b8cdcd8812fbb00 100644
|
| --- a/Source/core/xml/XPathUtil.cpp
|
| +++ b/Source/core/xml/XPathUtil.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "config.h"
|
| #include "XPathUtil.h"
|
|
|
| -#include "ContainerNode.h"
|
| -#include "NodeTraversal.h"
|
| +#include "core/dom/ContainerNode.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| #include <wtf/text/StringBuilder.h>
|
|
|
| namespace WebCore {
|
|
|