[Webkit-unassigned] [Bug 96127] JSC: Fix some llint C++ interpreter bugs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 18:25:25 PDT 2012


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





--- Comment #12 from Mark Lam <mark.lam at apple.com>  2012-09-07 18:25:40 PST ---
The changes I made in the latest patch are:
1. change "bool" to "int" so that it's C compliant.
2. renamed wtfAssert() to WTFAssert() to be consistent with other WTF assertion functions, and made it WTF_EXPORT_PRIVATE.
3. Move WTFAssert to wtf/Assertion.cpp.

-- 
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