| Index: third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ScriptResource.h b/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| index b4e661bb8465903d82b511e272ccc2b593bf1d34..254d5569a2601ea17c87393c4ef03c35d1aad23c 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| @@ -42,6 +42,7 @@ enum class ScriptIntegrityDisposition {
|
| };
|
|
|
| class FetchRequest;
|
| +class ResourceFetcher;
|
| class ScriptResource;
|
|
|
| class CORE_EXPORT ScriptResourceClient : public GarbageCollectedMixin, public ResourceClient {
|
|
|