Index: Source/modules/notifications/NotificationCenter.h |
diff --git a/Source/modules/notifications/NotificationCenter.h b/Source/modules/notifications/NotificationCenter.h |
index e8a6cfb73bcd544617882159be54eba9752e58d9..585dcbd9b878043cba7fdc1a1ca1d54ece78b5c0 100644 |
--- a/Source/modules/notifications/NotificationCenter.h |
+++ b/Source/modules/notifications/NotificationCenter.h |
@@ -52,7 +52,7 @@ namespace WebCore { |
class NotificationClient; |
class VoidCallback; |
-class NotificationCenter : public RefCounted<NotificationCenter>, public ScriptWrappable, public ActiveDOMObject { |
+class NotificationCenter FINAL : public RefCounted<NotificationCenter>, public ScriptWrappable, public ActiveDOMObject { |
public: |
static PassRefPtr<NotificationCenter> create(ExecutionContext*, NotificationClient*); |