[Webkit-unassigned] [Bug 28339] Arguments::initializeStandardProperties prevents JavaScriptCore compilation.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 17 13:18:20 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28339
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #5 from Darin Adler <darin at apple.com> 2009-08-17 13:18:19 PDT ---
(In reply to comment #4)
> I am almost sure these properties of the Arguments object are needed with or
> without a JIT and this has nothing specific to do with JIT. Maybe the build
> failure you're seeing has some other cause.
The real problem is a lack of include. The fix is to include
"PrototypeFunction.h" in Arguments.h.
But not that if there was going to be an ifdef, the #ifdef would need to match
the one in NativeFunctionWrapper.h. It needs to be "#if ENABLE(JIT) &&
ENABLE(JIT_OPTIMIZE_NATIVE_CALL)" not just "#if ENABLE(JIT)".
--
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