[Webkit-unassigned] [Bug 112312] New: Platform incorrectly indentified as PPC Mac OS X on Intel Mac 64-bit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 19:35:04 PDT 2013


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

           Summary: Platform incorrectly indentified as PPC Mac OS X on
                    Intel Mac 64-bit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: net147 at gmail.com


In several files:
-Source/WebCore/platform/gtk/UserAgentGtk.cpp
-Source/WebKit/efl/ewk/ewk_settings.cpp
-Source/WebKit/wx/WebKitSupport/FrameLoaderClientWx.cpp

There is a check "#if CPU(X86)" to determine if the platform is "Intel Mac OS X". On Intel Mac 64-bit, CPU(X86) is false and CPU(X86_64) is true. Several other places check it correctly using "#if CPU(X86) || CPU(X86_64). The files just need to be corrected to also check for CPU(X86_64).

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