[Webkit-unassigned] [Bug 99683] New: Source/JavaScriptCore/heap/VTableSpectrum.cpp uses PLATFORM(MAC) when it means OS(DARWIN)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 22:26:51 PDT 2012


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

           Summary: Source/JavaScriptCore/heap/VTableSpectrum.cpp uses
                    PLATFORM(MAC) when it means OS(DARWIN)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremyhu at apple.com


Source/JavaScriptCore/heap/VTableSpectrum.cpp uses PLATFORM(MAC) for some dladdr-foo, but that is valid based on OS(DARWIN) rather than PLATFORM(MAC) ... ie, it's valid for darwin/qt, darwin/gtk, etc.

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