Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / XPathVariableReference.h
index d034574..b3e64e3 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "core/xml/XPathExpressionNode.h"
 
-namespace WebCore {
+namespace blink {
 
 namespace XPath {
 
@@ -38,7 +38,7 @@ public:
     explicit VariableReference(const String& name);
 
 private:
-    virtual Value evaluate() const OVERRIDE;
+    virtual Value evaluate(EvaluationContext&) const OVERRIDE;
     virtual Value::Type resultType() const OVERRIDE { ASSERT_NOT_REACHED(); return Value::NumberValue; }
 
     String m_name;