2008-06-03 Anders Carlsson <andersca@apple.com>
commit6f5c18b3db41c4e45bf5695e74235c3a0fc3be47
authorandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jun 2008 19:25:59 +0000 (3 19:25 +0000)
committerandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jun 2008 19:25:59 +0000 (3 19:25 +0000)
tree0c7139a8592460244b7da11b6b642f339a161cfa
parent317f331f12b3214876bf63b3f2702a3a2e1f5ccf
2008-06-03  Anders Carlsson  <andersca@apple.com>

        Reviewed by Darin.

        <rdar://problem/5980961>

        In 64-bit Web Kit, converting between float and double, can cause rounding errors which in turn causes
        newBottom to be larger than oldBottom which is illegal.

        * WebView/WebHTMLView.mm:
        (-[WebHTMLView adjustPageHeightNew:top:bottom:limit:]):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34347 268f45cc-cd09-0410-ab3c-d52691b4dbfc
WebKit/mac/ChangeLog
WebKit/mac/WebView/WebHTMLView.mm