[Webkit-unassigned] [Bug 39637] New: WebKit Build Failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 18:57:09 PDT 2010


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

           Summary: WebKit Build Failure
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: charles.wei at torchmobile.com.cn


WebKit Build Failure with revision 60110 , because EventHandler.cpp:2749

return view ? view->pageZoomFactor : 1.0f;

should actually be :

return view ? view->pageZoomFactor() : 1.0f;

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