Bug 153351 - Buildfix for older GCCs after r195142
Summary: Buildfix for older GCCs after r195142
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 153136
  Show dependency treegraph
 
Reported: 2016-01-22 02:19 PST by Csaba Osztrogonác
Modified: 2016-01-22 07:52 PST (History)
7 users (show)

See Also:


Attachments
Patch for landing (1.16 KB, patch)
2016-01-22 02:21 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 2016-01-22 02:19:31 PST
http://trac.webkit.org/changeset/195142 broke the build with older GCCs (4.8).
Comment 1 Csaba Osztrogonác 2016-01-22 02:21:03 PST
Created attachment 269562 [details]
Patch for landing
Comment 2 Csaba Osztrogonác 2016-01-22 02:32:07 PST
build log:
../../Source/WTF/wtf/SystemTracing.h:29:44: error: missing binary operator before token "("
 #if defined(__has_include) && __has_include(<System/sys/kdebug.h>)
                                            ^
Comment 3 WebKit Commit Bot 2016-01-22 03:01:39 PST
Comment on attachment 269562 [details]
Patch for landing

Clearing flags on attachment: 269562

Committed r195448: <http://trac.webkit.org/changeset/195448>
Comment 4 WebKit Commit Bot 2016-01-22 03:01:43 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Simon Fraser (smfr) 2016-01-22 07:52:08 PST
Thanks for fixing.