RESOLVED INVALID 39637
WebKit Build Failure
https://bugs.webkit.org/show_bug.cgi?id=39637
Summary WebKit Build Failure
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.