Bug 110629 - Mac OS build broken by new ExpressionParser.cpp
Summary: Mac OS build broken by new ExpressionParser.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on: 110513
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-22 11:44 PST by Kenneth Russell
Modified: 2013-02-22 11:46 PST (History)
4 users (show)

See Also:


Attachments
Patch (19.60 KB, patch)
2013-02-22 11:45 PST, Kenneth Russell
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2013-02-22 11:44:26 PST
The new ExpressionParser.cpp was generated with Bison 2.4.2, which uses the GPL v3 license for its boilerplate code and which breaks the build on OS X. It needs to be regenerated with Bison 2.3.
Comment 1 Kenneth Russell 2013-02-22 11:45:51 PST
Created attachment 189800 [details]
Patch
Comment 2 Kenneth Russell 2013-02-22 11:46:28 PST
Committed r143763: <http://trac.webkit.org/changeset/143763>