Index: Source/core/html/HTMLCanvasElement.cpp |
diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp |
index 54f25ea62e6ae151385ddb556821a6cb4390dd09..82602674da59c28ce9faccce06729e75f3fda900 100644 |
--- a/Source/core/html/HTMLCanvasElement.cpp |
+++ b/Source/core/html/HTMLCanvasElement.cpp |
@@ -529,6 +529,12 @@ void HTMLCanvasElement::notifySurfaceInvalid() |
} |
} |
+void HTMLCanvasElement::trace(Visitor* visitor) |
+{ |
+ visitor->trace(m_context); |
+ HTMLElement::trace(visitor); |
+} |
+ |
void HTMLCanvasElement::updateExternallyAllocatedMemory() const |
{ |
int bufferCount = 0; |