Bug 133791

Summary: Fix deprecated warning with bison 3
Product: WebKit Reporter: Éva Balázsfalvi <evab.u-szeged>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, evab.u-szeged, glenn, gyuyoung.kim, macpherson, menard, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Éva Balázsfalvi 2014-06-12 02:19:58 PDT
Log:

WebKit/Source/WebCore/xml/XPathGrammar.y:50.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
WebKit/WebKitBuild/Release/DerivedSources/WebCore/CSSGrammar.y:62.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
Comment 1 Éva Balázsfalvi 2014-06-12 02:22:51 PDT
Created attachment 232938 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-30 01:35:32 PDT
Comment on attachment 232938 [details]
Patch

Clearing flags on attachment: 232938

Committed r170580: <http://trac.webkit.org/changeset/170580>
Comment 3 WebKit Commit Bot 2014-06-30 01:35:35 PDT
All reviewed patches have been landed.  Closing bug.