[webkit-reviews] review denied: [Bug 20743] redefined WTF_USE_JSC macro : [Attachment 23290] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 12 12:22:20 PDT 2008


Eric Seidel <eric at webkit.org> has denied Csaba Osztrogonác
<oszi at inf.u-szeged.hu>'s request for review:
Bug 20743: redefined WTF_USE_JSC macro
https://bugs.webkit.org/show_bug.cgi?id=20743

Attachment 23290: proposed patch
https://bugs.webkit.org/attachment.cgi?id=23290&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
The way we would normally do this is:

#ifndef WTF_USE_JSC
#define WTF_USE_JSC !WTF_USE_V8
#endif


More information about the webkit-reviews mailing list