[Webkit-unassigned] [Bug 105341] [Mac] Remove Platform.h macros from JavaScriptCore Private Headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 21 14:50:14 PST 2012


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


David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ddkilzer at webkit.org




--- Comment #1 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org>  2012-12-21 14:52:27 PST ---
(In reply to comment #0)
>     ERROR: 'JavaScriptCore.framework/Versions/A/PrivateHeaders/AbstractMacroAssembler.h:36' included forbidden macro 'ENABLE' => '#if ENABLE(ASSEMBLER)'
>     ERROR: 'JavaScriptCore.framework/Versions/A/PrivateHeaders/AbstractMacroAssembler.h:39' included forbidden macro 'PLATFORM' => '#if PLATFORM(QT)'

These appear to be real issues.

>     ERROR: 'JavaScriptCore.framework/Versions/A/PrivateHeaders/AbstractMacroAssembler.h:40' included forbidden macro 'ENABLE' => '#define ENABLE_JIT_CONSTANT_BLINDING 0'
>     ERROR: 'JavaScriptCore.framework/Versions/A/PrivateHeaders/AbstractMacroAssembler.h:43' included forbidden macro 'ENABLE' => '#ifndef ENABLE_JIT_CONSTANT_BLINDING'

These appear to be correct mitigation of the ENABLE() macros which the script shouldn't flagged as errors.

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