| Index: Source/core/html/ImageDocument.cpp
|
| diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
|
| index b32ba59ef4ff33903e4a45ab8041a377fac03bf8..8dd3dbd6b76531a78d320e705d609e20f6e27498 100644
|
| --- a/Source/core/html/ImageDocument.cpp
|
| +++ b/Source/core/html/ImageDocument.cpp
|
| @@ -378,7 +378,7 @@ void ImageDocument::dispose()
|
| }
|
| #endif
|
|
|
| -void ImageDocument::trace(Visitor* visitor)
|
| +DEFINE_TRACE(ImageDocument)
|
| {
|
| visitor->trace(m_imageElement);
|
| HTMLDocument::trace(visitor);
|
|
|