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