| Index: Source/core/dom/MessagePort.cpp
|
| diff --git a/Source/core/dom/MessagePort.cpp b/Source/core/dom/MessagePort.cpp
|
| index cc08d448fcec78d04559802d7474ef0a5a0bcab9..b3dce056ec5fa4f96e7ea19e3a34e1c5598cd749 100644
|
| --- a/Source/core/dom/MessagePort.cpp
|
| +++ b/Source/core/dom/MessagePort.cpp
|
| @@ -145,7 +145,7 @@ void MessagePort::contextDestroyed()
|
|
|
| const AtomicString& MessagePort::interfaceName() const
|
| {
|
| - return eventNames().interfaceForMessagePort;
|
| + return EventTargetNames::MessagePort;
|
| }
|
|
|
| ExecutionContext* MessagePort::executionContext() const
|
|
|