Index: third_party/WebKit/WebCore/xml/XPathResult.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/xml/XPathResult.cpp (revision 9383) |
+++ third_party/WebKit/WebCore/xml/XPathResult.cpp (working copy) |
@@ -31,7 +31,7 @@ |
#include "EventListener.h" |
#include "EventNames.h" |
-#include "Node.h" |
+#include "EventTargetNode.h" |
#include "ExceptionCode.h" |
#include "XPathEvaluator.h" |
#include "XPathException.h" |
@@ -50,7 +50,7 @@ |
XPathResult* m_result; |
}; |
-XPathResult::XPathResult(Node* eventTarget, const Value& value) |
+XPathResult::XPathResult(EventTargetNode* eventTarget, const Value& value) |
: m_value(value) |
, m_eventTarget(eventTarget) |
{ |