| Index: Source/core/events/ClipboardEvent.cpp
|
| diff --git a/Source/core/events/ClipboardEvent.cpp b/Source/core/events/ClipboardEvent.cpp
|
| index 6c1fae82f69fdb9e877dab52b07588298b7e0868..a8fa4f96699c20bc6abaed544cd1a8142c6f25f9 100644
|
| --- a/Source/core/events/ClipboardEvent.cpp
|
| +++ b/Source/core/events/ClipboardEvent.cpp
|
| @@ -44,7 +44,7 @@ ClipboardEvent::~ClipboardEvent()
|
| const AtomicString& ClipboardEvent::interfaceName() const
|
| {
|
| // Notice that there is no ClipboardEvent.idl.
|
| - return eventNames().interfaceForEvent;
|
| + return EventNames::Event;
|
| }
|
|
|
| bool ClipboardEvent::isClipboardEvent() const
|
|
|