| 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 9f0b9a207af26f57f7cd7ad1164ec08f6fbbb5ba..855cde4cbb184434a28a446a7be363d0c332668f 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ScriptResource.h
|
| @@ -74,8 +74,6 @@ public:
|
|
|
| const CompressibleString& script();
|
|
|
| - AtomicString mimeType() const;
|
| -
|
| bool mimeTypeAllowedByNosniff() const;
|
|
|
| void setIntegrityMetadata(const IntegrityMetadataSet& metadata) { m_integrityMetadata = metadata; }
|
|
|