| Index: Source/core/events/MutationEvent.cpp
|
| diff --git a/Source/core/events/MutationEvent.cpp b/Source/core/events/MutationEvent.cpp
|
| index ccb85b767d5971c1215c27d86551ab1d6cd72c38..542b304505bbf0950b13214486699f14457d23e5 100644
|
| --- a/Source/core/events/MutationEvent.cpp
|
| +++ b/Source/core/events/MutationEvent.cpp
|
| @@ -68,7 +68,7 @@ void MutationEvent::initMutationEvent(const AtomicString& type, bool canBubble,
|
|
|
| const AtomicString& MutationEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForMutationEvent;
|
| + return EventNames::MutationEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|