| Index: Source/modules/notifications/WebKitNotification.h
|
| diff --git a/Source/modules/notifications/WebKitNotification.h b/Source/modules/notifications/WebKitNotification.h
|
| index 5039adc6ac3b27bacc968a70c9e63e944d9b8653..50a9b9cae8f534e6cd033fd782570c1cee0fb706 100644
|
| --- a/Source/modules/notifications/WebKitNotification.h
|
| +++ b/Source/modules/notifications/WebKitNotification.h
|
| @@ -46,7 +46,7 @@ class NotificationCenter;
|
|
|
| // Implementation of the legacy notification API as specified the following page:
|
| // http://chromium.org/developers/design-documents/desktop-notifications/api-specification
|
| -class WebKitNotification : public RefCounted<WebKitNotification>, public NotificationBase {
|
| +class WebKitNotification FINAL : public RefCounted<WebKitNotification>, public NotificationBase {
|
| REFCOUNTED_EVENT_TARGET(WebKitNotification);
|
|
|
| public:
|
|
|