| Index: webkit/child/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc
|
| index 5b70672ffc103033b1893bcf5da8744b54ea811a..939698c511bb3d3b93df268035bd39e0a1400fcb 100644
|
| --- a/webkit/child/webkitplatformsupport_impl.cc
|
| +++ b/webkit/child/webkitplatformsupport_impl.cc
|
| @@ -411,7 +411,7 @@ WebData WebKitPlatformSupportImpl::parseDataURL(
|
|
|
| WebURLError WebKitPlatformSupportImpl::cancelledError(
|
| const WebURL& unreachableURL) const {
|
| - return WebURLLoaderImpl::CreateError(unreachableURL, net::ERR_ABORTED);
|
| + return WebURLLoaderImpl::CreateError(unreachableURL, false, net::ERR_ABORTED);
|
| }
|
|
|
| void WebKitPlatformSupportImpl::decrementStatsCounter(const char* name) {
|
|
|