[webkit-reviews] review granted: [Bug 127189] Move didPerformFirstNavigation() logic to -[WebView _didCommitLoadForFrame:] : [Attachment 221492] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 14:22:41 PST 2014


mitz at webkit.org <mitz at webkit.org> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 127189: Move didPerformFirstNavigation() logic to -[WebView
_didCommitLoadForFrame:]
https://bugs.webkit.org/show_bug.cgi?id=127189

Attachment 221492: Patch
https://bugs.webkit.org/attachment.cgi?id=221492&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
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.


More information about the webkit-reviews mailing list