| Index: sky/engine/core/html/HTMLCanvasElement.cpp
|
| diff --git a/sky/engine/core/html/HTMLCanvasElement.cpp b/sky/engine/core/html/HTMLCanvasElement.cpp
|
| index cb7276dc0bff3f33a0414075f2afadd5307a33af..fa1dcfcd4f8349c1ca41897114ec9b2287e9c2fc 100644
|
| --- a/sky/engine/core/html/HTMLCanvasElement.cpp
|
| +++ b/sky/engine/core/html/HTMLCanvasElement.cpp
|
| @@ -542,16 +542,6 @@ void HTMLCanvasElement::notifySurfaceInvalid()
|
| }
|
| }
|
|
|
| -void HTMLCanvasElement::trace(Visitor* visitor)
|
| -{
|
| -#if ENABLE(OILPAN)
|
| - visitor->trace(m_observers);
|
| - visitor->trace(m_context);
|
| -#endif
|
| - DocumentVisibilityObserver::trace(visitor);
|
| - HTMLElement::trace(visitor);
|
| -}
|
| -
|
| void HTMLCanvasElement::updateExternallyAllocatedMemory() const
|
| {
|
| int bufferCount = 0;
|
|
|