[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:21:47 PST 2008


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





------- Comment #14 from timothy at hatcher.name  2008-01-07 12:21 PDT -------
(In reply to comment #2)
> My thought was that we could wrap the line in JavaScriptCore.h that includes
> JSStringRefCF.h in a #ifdef of some type and have the build systems filter
> JavaScriptCore.h through unifdef to produce an appropriately cleaned version
> for the target platform.

I think this is the better approach to fixing this. The patch landed and broke
the Mac build.

Why can't JavaScriptCore.h just have a #ifdef __APPLE__ around the CF include?


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