Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index 2c1eccb773dd0c772b0f482c7c8c93f689663348..f2b7d2a6418e6b3ed91b7d210c04426ff11c05da 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -50,7 +50,7 @@ class HTMLVideoElement final : public HTMLMediaElement, public CanvasImageSource |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<HTMLVideoElement> create(Document&); |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
unsigned videoWidth() const; |
unsigned videoHeight() const; |