Index: Source/modules/websockets/CloseEvent.h |
diff --git a/Source/modules/websockets/CloseEvent.h b/Source/modules/websockets/CloseEvent.h |
index 8bb557a2e9e00c86da2af50e87c29fa868fae2fa..3b710d9123e236c1f0b1281a28b91dd958722a32 100644 |
--- a/Source/modules/websockets/CloseEvent.h |
+++ b/Source/modules/websockets/CloseEvent.h |
@@ -70,7 +70,7 @@ public: |
String reason() const { return m_reason; } |
// Event function. |
- virtual const AtomicString& interfaceName() const OVERRIDE { return eventNames().interfaceForCloseEvent; } |
+ virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::CloseEvent; } |
private: |
CloseEvent() |