Index: Source/modules/notifications/Notification.cpp |
diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp |
index 583776727b447e589e55152585cb0959e736a2e5..6d2b4fb60ec86ed8bf66de0cfe2aed8bbc9c084d 100644 |
--- a/Source/modules/notifications/Notification.cpp |
+++ b/Source/modules/notifications/Notification.cpp |
@@ -134,7 +134,7 @@ PassRefPtr<Notification> Notification::create(ExecutionContext* context, const S |
const AtomicString& Notification::interfaceName() const |
{ |
- return eventNames().interfaceForNotification; |
+ return EventTargetNames::Notification; |
} |
void Notification::show() |