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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andras Becsi
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.