| Index: webkit/child/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc
|
| index 5cbd348de341e4559f9076a1da79f466fe95c6d3..a599fa57fe9ea4377cd09472200b7cd94ee0ec99 100644
|
| --- a/webkit/child/webkitplatformsupport_impl.cc
|
| +++ b/webkit/child/webkitplatformsupport_impl.cc
|
| @@ -395,7 +395,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) {
|
|
|