Index: Source/core/fetch/ScriptResource.h |
diff --git a/Source/core/fetch/ScriptResource.h b/Source/core/fetch/ScriptResource.h |
index 8f137c8783f02fc97730f8492085f235938cf7b4..f666b3e385d88fa42bbedd1b4ba42c1e5f1ff066 100644 |
--- a/Source/core/fetch/ScriptResource.h |
+++ b/Source/core/fetch/ScriptResource.h |
@@ -57,8 +57,6 @@ |
void didAddClient(ResourceClient*) override; |
void appendData(const char*, unsigned) override; |
- void destroyDecodedDataForFailedRevalidation() override; |
- |
const String& script(); |
AtomicString mimeType() const; |