[Webkit-unassigned] [Bug 11508] New: Fix for bug 11504 broke 32-bit Windows builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 3 16:26:21 PST 2006


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

           Summary: Fix for bug 11504 broke 32-bit Windows builds
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: dgibson77 at gmail.com
OtherBugsDependingO 11504
             nThis:


The patch for bug 11504 purported to fix compile warnings on 32-bit platforms,
but actually broke the Windows build for 32-bit.  (The Windows build was
already broken for lots of other reasons, but I'm working on those, which is
how I noticed this.)  At least with MSVC, you can't just stick a 64-bit value
in an enum.

Coming shortly: a patch that both fixes this so the build works again, and
finishes off the work of that patch by making the toDouble()/fromDouble()
functions also check 32- and 64-bit mode at compile time rather than runtime.


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