[iOS][WK2] Restore the visual scroll position instead of the dom scroll position when restoring states from the history
Created attachment 232441 [details] Patch
<rdar://problem/16877859>
Comment on attachment 232441 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232441&action=review > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:156 > + // FIXME: ideally, we should sync this with the UIProcess. We should not try to change the position if the user is interaction s/interaction/interacting/
Committed r169603: <http://trac.webkit.org/changeset/169603>