Move didPerformFirstNavigation() logic to -[WebView _didCommitLoadForFrame:]
Created attachment 221492 [details] Patch
Comment on attachment 221492 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221492&action=review > Source/WebKit/mac/WebView/WebView.mm:2891 > + > + if (_private->_didPerformFirstNavigation) > + return; Please remove.
Committed r162224: <http://trac.webkit.org/changeset/162224>