Index: Source/core/html/canvas/WebGLContextEvent.cpp |
diff --git a/Source/core/html/canvas/WebGLContextEvent.cpp b/Source/core/html/canvas/WebGLContextEvent.cpp |
index 6b2b1be5406b0b42c9321407eb3d665dc39d3376..9fabaffaad4497be0a7a38f65e24299df677c810 100644 |
--- a/Source/core/html/canvas/WebGLContextEvent.cpp |
+++ b/Source/core/html/canvas/WebGLContextEvent.cpp |
@@ -54,7 +54,7 @@ const AtomicString& WebGLContextEvent::interfaceName() const |
return EventNames::WebGLContextEvent; |
} |
-void WebGLContextEvent::trace(Visitor* visitor) |
+DEFINE_TRACE(WebGLContextEvent) |
{ |
Event::trace(visitor); |
} |