| Index: content/browser/appcache/appcache_update_job.cc
|
| diff --git a/content/browser/appcache/appcache_update_job.cc b/content/browser/appcache/appcache_update_job.cc
|
| index 4b212861222e0f15a560f871888c4f64860f7ed2..708b42c32a2996f93fc988ec50bccec5c13d9b80 100644
|
| --- a/content/browser/appcache/appcache_update_job.cc
|
| +++ b/content/browser/appcache/appcache_update_job.cc
|
| @@ -169,7 +169,7 @@ void AppCacheUpdateJob::URLFetcher::OnResponseStarted(
|
| return;
|
| }
|
|
|
| - if (url_.SchemeIsSecure()) {
|
| + if (url_.SchemeIsCryptographic()) {
|
| // Do not cache content with cert errors.
|
| // Also, we willfully violate the HTML5 spec at this point in order
|
| // to support the appcaching of cross-origin HTTPS resources.
|
|
|