| Index: third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h
|
| index 9538d802cbb772cc5919bdb23ec46c1c9a8d08aa..3784603fc23b923f8dcfabdabaf1869da7c0d323 100644
|
| --- a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h
|
| +++ b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.h
|
| @@ -52,9 +52,6 @@ PLATFORM_EXPORT bool isMediaTypeCharacter(UChar);
|
| // positional and may only appear at the end of a Base64 encoded string.
|
| PLATFORM_EXPORT bool isBase64EncodedCharacter(UChar);
|
|
|
| -// Normalize script or style source for script hash use.
|
| -PLATFORM_EXPORT WTF::StringUTF8Adaptor normalizeSource(const String& source);
|
| -
|
| } // namespace blink
|
|
|
| #endif
|
|
|