In FrameView::applyPaginationToViewport we check if documentElement is nullptr before accessing its renderer. Later, we dereference documentElement without checking for null.
Created attachment 297331 [details] Patch
Note: If documentElement is nullptr, documentRenderer will also be nullptr. We dereference both documentElement and documentRenderer without checking for null.
Created attachment 297366 [details] Patch
Comment on attachment 297366 [details] Patch Clearing flags on attachment: 297366 Committed r209951: <http://trac.webkit.org/changeset/209951>
All reviewed patches have been landed. Closing bug.