X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fxml%2FXPathEvaluator.h;h=752a0e7738899e1baf5fa2e60c2291836f77f404;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=c76e159d0779894393aaaf5a31926672180dc309;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/xml/XPathEvaluator.h b/src/third_party/WebKit/Source/core/xml/XPathEvaluator.h index c76e159..752a0e7 100644 --- a/src/third_party/WebKit/Source/core/xml/XPathEvaluator.h +++ b/src/third_party/WebKit/Source/core/xml/XPathEvaluator.h @@ -27,13 +27,13 @@ #ifndef XPathEvaluator_h #define XPathEvaluator_h -#include "bindings/v8/ScriptWrappable.h" +#include "bindings/core/v8/ScriptWrappable.h" #include "platform/heap/Handle.h" #include "wtf/Forward.h" #include "wtf/PassRefPtr.h" #include "wtf/RefCounted.h" -namespace WebCore { +namespace blink { class ExceptionState; class Node; @@ -41,7 +41,7 @@ class XPathExpression; class XPathNSResolver; class XPathResult; -class XPathEvaluator : public RefCountedWillBeGarbageCollectedFinalized, public ScriptWrappable { +class XPathEvaluator FINAL : public RefCountedWillBeGarbageCollected, public ScriptWrappable { public: static PassRefPtrWillBeRawPtr create() {