| Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| index 52b449717951df729ec0779eb0366f7226491beb..2c3a8171c7585b4a4a58d611166a34f6a005fa3c 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -273,10 +273,10 @@ class CORE_EXPORT CSPDirectiveList
|
|
|
| bool denyIfEnforcingPolicy() const { return isReportOnly(); }
|
|
|
| - // Tthis function returns a SourceListDirective of a given type
|
| + // This function returns a SourceListDirective of a given type
|
| // or if it is not defined, the default SourceListDirective for that type.
|
| SourceListDirective* operativeDirective(
|
| - const ContentSecurityPolicy::DirectiveType&);
|
| + const ContentSecurityPolicy::DirectiveType&) const;
|
|
|
| // This function aggregates from a vector of policies all operative
|
| // SourceListDirectives of a given type into a vector.
|
|
|