[Webkit-unassigned] [Bug 30386] Crash due to JSVALUE32_64 on 64-bit Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 10:42:19 PDT 2009


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





--- Comment #1 from Geoffrey Garen <ggaren at apple.com>  2009-10-15 10:42:19 PDT ---
Yeah, you want JSVALUE64.

I'd just change this:

#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX))

to this:

#if PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) ||
PLATFORM(WIN_OS))


I don't think you need the COMPILER(MINGW) case inside the 64-bit case.

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