[Webkit-unassigned] [Bug 77013] [BlackBerry] Implement OSAllocator::commit/decommit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 09:14:29 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=77013





--- Comment #16 from Milian Wolff <milian.wolff at kdab.com>  2012-06-13 09:14:29 PST ---
Ah ok,

so maybe we should change this block:

#if PLATFORM(BLACKBERRY)
#define USE_SYSTEM_MALLOC 1
#define WTF_USE_MERSENNE_TWISTER_19937 1
#define WTF_USE_SKIA 1
#endif

to use 

#if OS(QNX) || PLATFORM(BLACKBERRY)
...
#endif

? What do you think?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list