| Index: Source/core/html/canvas/WebGLContextEvent.cpp
|
| diff --git a/Source/core/html/canvas/WebGLContextEvent.cpp b/Source/core/html/canvas/WebGLContextEvent.cpp
|
| index dc60750397d650454cf8380d0cae28f1c9902a40..7f4cf7c75769384e5ef1e747786df166e414ee82 100644
|
| --- a/Source/core/html/canvas/WebGLContextEvent.cpp
|
| +++ b/Source/core/html/canvas/WebGLContextEvent.cpp
|
| @@ -59,7 +59,7 @@ WebGLContextEvent::~WebGLContextEvent()
|
|
|
| const AtomicString& WebGLContextEvent::interfaceName() const
|
| {
|
| - return eventNames().interfaceForWebGLContextEvent;
|
| + return EventNames::WebGLContextEvent;
|
| }
|
|
|
| } // namespace WebCore
|
|
|