Index: Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h |
diff --git a/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h b/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h |
index 8d4ed80c2620df1a9bb99100c5b03aa90953cb43..7421a57b1c40dc3ad9cba081092f8e5e4bf42f9a 100644 |
--- a/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h |
+++ b/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h |
@@ -6,13 +6,14 @@ |
#define ServiceWorkerGlobalScopeNotifications_h |
#include "core/events/EventTarget.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class ServiceWorkerGlobalScopeNotifications { |
+ STATIC_ONLY(ServiceWorkerGlobalScopeNotifications); |
public: |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(notificationclick); |
- DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(notificationerror); |
}; |
} // namespace blink |