Index: Source/core/events/FocusEvent.cpp |
diff --git a/Source/core/events/FocusEvent.cpp b/Source/core/events/FocusEvent.cpp |
index 7b94711ec9fd1d1d03697b66e9086e1a888a1fa5..e201de0c419da82370ebb1736526cb8580dea18d 100644 |
--- a/Source/core/events/FocusEvent.cpp |
+++ b/Source/core/events/FocusEvent.cpp |
@@ -40,7 +40,7 @@ FocusEventInit::FocusEventInit() |
const AtomicString& FocusEvent::interfaceName() const |
{ |
- return eventNames().interfaceForFocusEvent; |
+ return EventNames::FocusEvent; |
} |
bool FocusEvent::isFocusEvent() const |