commit | 387e05a79c7ae346ba7db36977ddfca7ca6f10a3 | [log] [tgz] |
---|---|---|
author | eugenebut <[email protected]> | Thu Jul 16 23:56:35 2015 |
committer | Commit bot <[email protected]> | Thu Jul 16 23:57:03 2015 |
tree | d4cde107ff22d218b42dcde167cf276258c10085 | |
parent | bae7a498705ae28e2d08567928df640a7d48fa37 [diff] |
WKWebView: Corrected NSURLErrorCancelled error handling. -stopLoading should not be called on WKWebView if NSURLErrorCancelled error occured. WKWebView is asynchronous and -stopLoading may stop the subsequent load as well. BUG=510126,508947 Review URL: https://codereview.chromium.org/1234133002 Cr-Commit-Position: refs/heads/master@{#339174}