| 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 86dfc6bc4b6bc64f012f151a74cace459a527fd2..042f32fed640128ed5c2b2f0a30ba10ed818ebf3 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| @@ -57,6 +57,8 @@ public:
|
| void didAddClient(ResourceClient*) override;
|
| void appendData(const char*, unsigned) override;
|
|
|
| + void destroyDecodedDataForFailedRevalidation() override;
|
| +
|
| const String& script();
|
|
|
| AtomicString mimeType() const;
|
|
|