Bug 153351

Summary: Buildfix for older GCCs after r195142
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, commit-queue, ossy, sam, simon.fraser
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 153136    
Attachments:
Description Flags
Patch for landing none

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.