Index: Source/WebKit/chromium/src/WebNodeList.cpp |
diff --git a/Source/WebKit/chromium/src/WebNodeList.cpp b/Source/WebKit/chromium/src/WebNodeList.cpp |
index b8c9cf06fd5eb6df61e42b0661dfcb86e7e7c40c..25b852ec6f3903a09cdb8367d2ba036a16096e8a 100644 |
--- a/Source/WebKit/chromium/src/WebNodeList.cpp |
+++ b/Source/WebKit/chromium/src/WebNodeList.cpp |
@@ -31,8 +31,8 @@ |
#include "config.h" |
#include "WebNodeList.h" |
-#include "Node.h" |
-#include "NodeList.h" |
+#include "core/dom/Node.h" |
+#include "core/dom/NodeList.h" |
#include <wtf/PassRefPtr.h> |
#include "WebNode.h" |