Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2044)

Unified Diff: Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.h

Issue 1321453007: Some random Web Notification cleanups (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo fix Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698