[Webkit-unassigned] [Bug 48573] New: Include stddef.h for ptrdiff_t in StdLibExtras.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 16:13:16 PDT 2010


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

           Summary: Include stddef.h for ptrdiff_t in StdLibExtras.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


Because OBJECT_OFFSETOF macro in StdLibExtras.h uses ptrdiff_t, we must include stddef.h. <wtf/Assertions.h> indirectly includes stddef.h in many ports, but this is not true for Brew MP port.

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