Currently the logic assumes that there is a RenderLayer to handle a scrollRectToVisible action as it needs to query the enclosing RenderLayer. This exposes RenderLayer to the non-rendering code, thus exposing needlessly a rendering-only concept. Patch forthcoming.
Created attachment 138376 [details] Proposed fix 1: Add RenderObject::scrollRectToVisible.
Comment on attachment 138376 [details] Proposed fix 1: Add RenderObject::scrollRectToVisible. Clearing flags on attachment: 138376 Committed r114962: <http://trac.webkit.org/changeset/114962>
All reviewed patches have been landed. Closing bug.