Let's just have one way to get the system page size, bokay?
Created attachment 94661 [details] Patch
Attachment 94661 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeListsEfl.txt', ..." exit_code: 1 Source/JavaScriptCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Source/JavaScriptCore/heap/MarkStack.h:234: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 2 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 94661 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=94661&action=review > Source/JavaScriptCore/wtf/PageBlock.cpp:75 > + return 256 * 1024; wow....
Committed r87198: <http://trac.webkit.org/changeset/87198>
*** Bug 58572 has been marked as a duplicate of this bug. ***