[Webkit-unassigned] [Bug 99683] JavaScriptCore uses PLATFORM(MAC) when it means OS(DARWIN)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 15 23:01:24 PST 2014


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


Alberto Garcia <berto at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #221336|                            |review?
               Flag|                            |




--- Comment #4 from Alberto Garcia <berto at igalia.com>  2014-01-15 22:59:00 PST ---
Created an attachment (id=221336)
 --> (https://bugs.webkit.org/attachment.cgi?id=221336&action=review)
Patch

(In reply to comment #3)
> As of 2.2.3, we still needed to do the following changes:
>
>     # https://bugs.webkit.org/show_bug.cgi?id=99683
>     reinplace "s:PLATFORM(MAC):OS(DARWIN):g" \
>         ${worksrcpath}/Source/JavaScriptCore/heap/VTableSpectrum.cpp \
>         ${worksrcpath}/Source/JavaScriptCore/jit/ThunkGenerators.cpp \
>         ${worksrcpath}/Source/JavaScriptCore/tools/CodeProfile.cpp

VTableSpectrum.cpp no longer exists, but else it's fine.

Here's the updated patch.

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