| Index: Source/core/frame/SubresourceIntegrity.h
|
| diff --git a/Source/core/frame/SubresourceIntegrity.h b/Source/core/frame/SubresourceIntegrity.h
|
| index 49fa4c623dafe62249d041293381b88429a36f6f..2ea981628532f32cc9d4d776bfd4d2f94ff40d81 100644
|
| --- a/Source/core/frame/SubresourceIntegrity.h
|
| +++ b/Source/core/frame/SubresourceIntegrity.h
|
| @@ -49,7 +49,8 @@ private:
|
|
|
| static AlgorithmParseResult parseAlgorithm(const UChar*& begin, const UChar* end, HashAlgorithm&);
|
| static bool parseDigest(const UChar*& begin, const UChar* end, String& digest);
|
| - static bool parseMimeType(const UChar*& begin, const UChar* end, String& type);
|
| + static bool parseOption(const UChar*& begin, const UChar* end, String& name, String& value);
|
| + static bool isValidMimeTypeValue(const String& value);
|
|
|
| static IntegrityParseResult parseIntegrityAttribute(const WTF::String& attribute, WTF::Vector<IntegrityMetadata>& metadataList, Document&);
|
| };
|
|
|