 Chromium Code Reviews
 Chromium Code Reviews Issue 217423011:
  Use %pure-parser in grammar files to make Bison 3 happy.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 217423011:
  Use %pure-parser in grammar files to make Bison 3 happy.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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 |