| Index: third_party/WebKit/Source/core/fetch/RawResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/RawResource.h b/third_party/WebKit/Source/core/fetch/RawResource.h
|
| index 250247b2e4a6201f43696b752a0d372c65907047..1030f940c63334b0b28d4642bd29309f84865498 100644
|
| --- a/third_party/WebKit/Source/core/fetch/RawResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/RawResource.h
|
| @@ -55,9 +55,10 @@ class CORE_EXPORT RawResource final : public Resource {
|
| return new RawResource(request, type, ResourceLoaderOptions());
|
| }
|
|
|
| - // FIXME: AssociatedURLLoader shouldn't be a DocumentThreadableLoader and therefore shouldn't
|
| - // use RawResource. However, it is, and it needs to be able to defer loading.
|
| - // This can be fixed by splitting CORS preflighting out of DocumentThreacableLoader.
|
| + // FIXME: AssociatedURLLoader shouldn't be a DocumentThreadableLoader and
|
| + // therefore shouldn't use RawResource. However, it is, and it needs to be
|
| + // able to defer loading. This can be fixed by splitting CORS preflighting out
|
| + // of DocumentThreadableLoader.
|
| void setDefersLoading(bool);
|
|
|
| bool canReuse(const ResourceRequest&) const override;
|
| @@ -151,9 +152,8 @@ class CORE_EXPORT RawResourceClient : public ResourceClient {
|
| virtual void didReceiveResourceTiming(Resource*, const ResourceTimingInfo&) {}
|
| };
|
|
|
| -// Checks the sequence of callbacks of RawResourceClient.
|
| -// This can be used only when a RawResourceClient is added as a client to
|
| -// at most one RawResource.
|
| +// Checks the sequence of callbacks of RawResourceClient. This can be used only
|
| +// when a RawResourceClient is added as a client to at most one RawResource.
|
| class CORE_EXPORT RawResourceClientStateChecker final {
|
| public:
|
| RawResourceClientStateChecker();
|
|
|