| Index: Source/modules/notifications/DOMWindowNotifications.h
|
| diff --git a/Source/modules/notifications/DOMWindowNotifications.h b/Source/modules/notifications/DOMWindowNotifications.h
|
| index 7fd6f89747442c34aeb5574d1e8c516770acdc70..0cc9d6d2532718b14128581fd7279f0d448fe972 100644
|
| --- a/Source/modules/notifications/DOMWindowNotifications.h
|
| +++ b/Source/modules/notifications/DOMWindowNotifications.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
| class DOMWindow;
|
| class NotificationCenter;
|
|
|
| -class DOMWindowNotifications : public Supplement<DOMWindow>, public DOMWindowProperty {
|
| +class DOMWindowNotifications FINAL : public Supplement<DOMWindow>, public DOMWindowProperty {
|
| public:
|
| virtual ~DOMWindowNotifications();
|
|
|
|
|