Bug 111659 - Build fix: PageAllocationAligned no longer has executable flag
Summary: Build fix: PageAllocationAligned no longer has executable flag
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 18:34 PST by Adenilson Cavalcanti Silva
Modified: 2013-03-06 19:05 PST (History)
8 users (show)

See Also:


Attachments
Use false as default value for execution parameter. (1.86 KB, patch)
2013-03-06 18:37 PST, Adenilson Cavalcanti Silva
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.