Bug 111659

Summary: Build fix: PageAllocationAligned no longer has executable flag
Product: WebKit Reporter: Adenilson Cavalcanti Silva <savagobr>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, ggaren, haraken, ojan.autocc, oliver, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Use false as default value for execution parameter. none

Description Adenilson Cavalcanti Silva 2013-03-06 18:34:24 PST
Compiling is failing with: 
/home/adenilson/apps/webkit/Webkit/Source/WTF/wtf/PageAllocationAligned.cpp:55:95: error: ‘executable’ was not declared in this scope

Because it was removed in r145018.

This patch fixes this issue by setting the execution parameter to default false.
Comment 1 Adenilson Cavalcanti Silva 2013-03-06 18:37:37 PST
Created attachment 191885 [details]
Use false as default value for execution parameter.
Comment 2 Kentaro Hara 2013-03-06 18:48:45 PST
Comment on attachment 191885 [details]
Use false as default value for execution parameter.

Looks reasonable.
Comment 3 Ryosuke Niwa 2013-03-06 19:04:59 PST
Comment on attachment 191885 [details]
Use false as default value for execution parameter.

Clearing flags on attachment: 191885

Committed r145022: <http://trac.webkit.org/changeset/145022>
Comment 4 Ryosuke Niwa 2013-03-06 19:05:01 PST
All reviewed patches have been landed.  Closing bug.