| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index 8a60babe165d0af46c7758fd34050ba1d9d177de..2dba91de7edabacac00fd41c939822343197c4d1 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -119,10 +119,10 @@ RenderObject* HTMLCanvasElement::createRenderer(RenderArena* arena, RenderStyle*
|
| return HTMLElement::createRenderer(arena, style);
|
| }
|
|
|
| -void HTMLCanvasElement::attach()
|
| +void HTMLCanvasElement::attach(const AttachContext& context)
|
| {
|
| setIsInCanvasSubtree(true);
|
| - HTMLElement::attach();
|
| + HTMLElement::attach(context);
|
| }
|
|
|
| void HTMLCanvasElement::addObserver(CanvasObserver* observer)
|
|
|