| Index: Source/core/frame/csp/SourceListDirective.h
|
| diff --git a/Source/core/frame/csp/SourceListDirective.h b/Source/core/frame/csp/SourceListDirective.h
|
| index 99e4f1c6d8ada62020b82add76c966e079ba9d58..1c4c0a4cbee2a5cd3890171099729bb33d201e41 100644
|
| --- a/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/Source/core/frame/csp/SourceListDirective.h
|
| @@ -16,7 +16,7 @@ namespace blink {
|
| class ContentSecurityPolicy;
|
| class KURL;
|
|
|
| -class SourceListDirective FINAL : public CSPDirective {
|
| +class SourceListDirective final : public CSPDirective {
|
| WTF_MAKE_NONCOPYABLE(SourceListDirective);
|
| public:
|
| SourceListDirective(const String& name, const String& value, ContentSecurityPolicy*);
|
|
|