Bug 39637

Summary: WebKit Build Failure
Product: WebKit Reporter: Charles Wei <charles.wei>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Blocker CC: abecsi
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Charles Wei
Reported 2010-05-24 18:57:09 PDT
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;
Attachments
Andras Becsi
Comment 1 2010-09-13 09:34:24 PDT
Please read http://webkit.org/coding/contributing.html and check build.webkit.org. Build breaks are usually fixed fast in trunk because of the buildbots, so setting this as invalid.
Note You need to log in before you can comment on or make changes to this bug.