Index: Source/core/xml/XPathGrammar.y |
diff --git a/Source/core/xml/XPathGrammar.y b/Source/core/xml/XPathGrammar.y |
index 6911fcfe6013114b255058e116f6a029e3d04f61..e52ab3ac36c389df209916682a59d7f6464115e7 100644 |
--- a/Source/core/xml/XPathGrammar.y |
+++ b/Source/core/xml/XPathGrammar.y |
@@ -51,7 +51,7 @@ using namespace XPath; |
%} |
-%pure_parser |
+%pure-parser |
%parse-param { WebCore::XPath::Parser* parser } |
%union |