| Index: third_party/WebKit/Source/core/fetch/FetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| index ebd4f5a6bc918b393f4853f906f23c3d604df5cf..1800cb81c141b10ea71fdf276a582e0fbc374eb8 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| @@ -111,7 +111,8 @@ class CORE_EXPORT FetchContext
|
| int64_t encodedDataLength);
|
| virtual void dispatchDidFail(unsigned long identifier,
|
| const ResourceError&,
|
| - bool isInternalRequest);
|
| + bool isInternalRequest,
|
| + bool isDecodeError);
|
|
|
| virtual bool shouldLoadNewResource(Resource::Type) const { return false; }
|
| // Called when a resource load is first requested, which may not be when the
|
|
|