| Index: Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/Source/core/frame/csp/CSPDirectiveList.h b/Source/core/frame/csp/CSPDirectiveList.h
|
| index 01807ea377d1d3616a8d371a0cd34baa15765b3c..1504b8bba9b08537a6f9c0b9aec4ba16b2038843 100644
|
| --- a/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -75,7 +75,7 @@ private:
|
| void addDirective(const String& name, const String& value);
|
| void applySandboxPolicy(const String& name, const String& sandboxPolicy);
|
| void enforceStrictMixedContentChecking(const String& name, const String& value);
|
| - void enableInsecureContentUpgrade(const String& name, const String& value);
|
| + void enableInsecureRequestsUpgrade(const String& name, const String& value);
|
|
|
| template <class CSPDirectiveType>
|
| void setCSPDirective(const String& name, const String& value, OwnPtr<CSPDirectiveType>&);
|
|
|