[Webkit-unassigned] [Bug 30473] New: Check COMPILER(MSVC) instead of PLATFORM(WIN_OS) to avoid the use of vasprintf.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 20:28:39 PDT 2009


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

           Summary: Check COMPILER(MSVC) instead of PLATFORM(WIN_OS) to
                    avoid the use of vasprintf.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


vasprintf is missing in MSVC. Use COMPILER(MSVC) guards instead of
PLALTFORM(WIN_OS) guards.

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