X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2FChangeLog;h=fb84a981e51072eec08870c9a34ca574aa774852;hp=1d7d0f0b1b7ca7f7e0fa2de0a49ad7af918d3587;hb=1cc29745e4f5b22a56d2046303871caa3fda1e2a;hpb=1786a9f01d3500e077a8808cfe30f557e2d5973f diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 1d7d0f0b1b7c..fb84a981e510 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,16 @@ +2014-10-30 Myles C. Maxfield + + Use references in calculateMinimumPageHeight() for non-optional arguments + https://bugs.webkit.org/show_bug.cgi?id=138231 + + Reviewed by Dean Jackson. + + No new tests because there is no behavior change. + + * rendering/RenderBlockFlow.cpp: + (WebCore::calculateMinimumPageHeight): + (WebCore::RenderBlockFlow::adjustLinePositionForPagination): + 2014-10-30 Chris Dumez Move -webkit-border-image / -webkit-mask-box-image to the new StyleBuilder