Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / csp / SourceListDirective.h
index 99e4f1c..1c4c0a4 100644 (file)
@@ -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*);