| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 9ac6d2e28a2030437967b89440db5086df77eb3b..5b854b922621bf458586eab94b3abffe9379e3c5 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -694,7 +694,7 @@ void HTMLCanvasElement::notifySurfaceInvalid()
|
| }
|
| }
|
|
|
| -void HTMLCanvasElement::trace(Visitor* visitor)
|
| +DEFINE_TRACE(HTMLCanvasElement)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_observers);
|
|
|