[Webkit-unassigned] [Bug 21822] New: Correct Windows (Cairo) Build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 22 19:48:44 PDT 2008


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

           Summary: Correct Windows (Cairo) Build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com


I had mistakenly changed the stub ResourceRequest.h for Curl-based WebKit from
my original dummy structure to a void*, believing that this worked just as
well.  Unfortunately, I had not properly rebuilt, so my original
structure-based implementation was still being used in the WebKit.dll build.

When I retrieved the updated sources with my 'new' change and rebuild, I found
that WebKit.dll would not compile due to conflict between the definition in
WebKit.h.

The attached patch returns to my original dummy structure, which satisfies the
compiler dependencies set by the WebKit.idl interface.


-- 
Configure bugmail: https://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