Get page size on windows using win32 api
Created attachment 89648 [details] Patch
How is this working on the Safari Windows port?
We don't use ExecutableAllocatorFixedVMPool.cpp on Windows, apparently.
(In reply to comment #3) > We don't use ExecutableAllocatorFixedVMPool.cpp on Windows, apparently. So, it should not hurt anybody to get this in then :)
Comment on attachment 89648 [details] Patch A better solution would be to replace the call to getpagesize with WTF::pageSize() which does the right thing for every platform.
Created attachment 92341 [details] Patch
Comment on attachment 92341 [details] Patch Using WTF::pageSize() as per review comment.
Attachment 92341 [details] did not build on gtk: Build output: http://queues.webkit.org/results/8571356
Created attachment 93417 [details] Patch
Since now the EWS is showing no breakages, can this one get a positive review and commit queue approval?
Ping someone?
Looks like this was fixed in r87198. *** This bug has been marked as a duplicate of bug 61384 ***
Comment on attachment 93417 [details] Patch Cleared review? from attachment 93417 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).