Index: Source/core/events/AutocompleteErrorEvent.h |
diff --git a/Source/core/events/AutocompleteErrorEvent.h b/Source/core/events/AutocompleteErrorEvent.h |
index 84ba922fe249fcaee9a26a19d178527ab3bfa074..51fa9abbf5e4d94231835153ebacee34507161d3 100644 |
--- a/Source/core/events/AutocompleteErrorEvent.h |
+++ b/Source/core/events/AutocompleteErrorEvent.h |
@@ -50,7 +50,7 @@ public: |
const String& reason() const { return m_reason; } |
- virtual const AtomicString& interfaceName() const override { return EventNames::AutocompleteErrorEvent; } |
+ const AtomicString& interfaceName() const override { return EventNames::AutocompleteErrorEvent; } |
DEFINE_INLINE_VIRTUAL_TRACE() { Event::trace(visitor); } |