Bug 152123 - [B3] Use mark pragmas only if it is supported
Summary: [B3] Use mark pragmas only if it is supported
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 152248
  Show dependency treegraph
 
Reported: 2015-12-10 05:56 PST by Csaba Osztrogonác
Modified: 2015-12-14 04:56 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.18 KB, patch)
2015-12-10 05:58 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-12-10 05:56:52 PST
There is an Apple only "#pragma mark" in FTLB3Output.h,
which causes build error on non Apple platforms.

Similar fix - https://trac.webkit.org/changeset/192778
Comment 1 Csaba Osztrogonác 2015-12-10 05:58:03 PST
Created attachment 267099 [details]
Patch
Comment 2 WebKit Commit Bot 2015-12-10 08:50:51 PST
Comment on attachment 267099 [details]
Patch

Clearing flags on attachment: 267099

Committed r193908: <http://trac.webkit.org/changeset/193908>
Comment 3 WebKit Commit Bot 2015-12-10 08:50:55 PST
All reviewed patches have been landed.  Closing bug.