positionNewFloatOnLine is only used in RenderBlockLineLayout.cpp. We should move this function to RenderBlockLineLayout.cpp.
Created attachment 88404 [details] cleanup
Comment on attachment 88404 [details] cleanup Yay simple patches!
Committed r83042: <http://trac.webkit.org/changeset/83042>
http://trac.webkit.org/changeset/83042 might have broken GTK Linux 64-bit Debug
RenderBlock.h used to list functions implemented in RenderBlockLineLayout.cpp in a separate section. Perhaps this is no longer the case.
(In reply to comment #5) > RenderBlock.h used to list functions implemented in RenderBlockLineLayout.cpp in a separate section. Perhaps this is no longer the case. Oops, I missed that. Fixing it now.
Fixed RenderBlock.h in http://trac.webkit.org/changeset/83052.