RESOLVED FIXED 43399
Add ENABLE(YARR) guard around JSGlobalData::m_regexAllocator
https://bugs.webkit.org/show_bug.cgi?id=43399
Summary Add ENABLE(YARR) guard around JSGlobalData::m_regexAllocator
Kwang Yul Seo
Reported 2010-08-02 19:21:10 PDT
m_regexAllocator is used only by RegExp::compile which is guarded with ENABLE(YARR).
Attachments
Patch (1.07 KB, patch)
2010-08-02 19:24 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-08-02 19:24:25 PDT
Created attachment 63288 [details] Patch This patch is necessary for Brew MP. As Brew MP port has not yet ported PageAllocation used by BumpPointerAllocator.
Eric Seidel (no email)
Comment 2 2010-08-06 14:05:53 PDT
Comment on attachment 63288 [details] Patch OK.
Eric Seidel (no email)
Comment 3 2010-08-07 20:55:58 PDT
Comment on attachment 63288 [details] Patch Clearing flags on attachment: 63288 Committed r64934: <http://trac.webkit.org/changeset/64934>
Eric Seidel (no email)
Comment 4 2010-08-07 20:56:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.