[Webkit-unassigned] [Bug 16029] JavaScriptCore.h is not suitable for platforms other than Mac OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 12:35:50 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16029





------- Comment #16 from alp at atoker.com  2008-01-07 12:35 PDT -------
I'd have preferred to remove JSStringRefCF.h from JavaScriptCore.h and instead
require applications to include JSStringRefCF.h, JSStringRefBSTR.h or the
GLib/Qt equivalents as needed.

Checking __APPLE__ isn't a great idea since it could limit developers using
configurations we haven't considered yet (eg. CF on Linux). Better to keep it
simple and require explicit includes, but if this isn't an option, my patch is
probably the best compromise.


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



More information about the webkit-unassigned mailing list