| Index: sky/engine/core/html/canvas/CanvasPattern.cpp
|
| diff --git a/sky/engine/core/html/canvas/CanvasPattern.cpp b/sky/engine/core/html/canvas/CanvasPattern.cpp
|
| index 4998f71c43147c0bb7c966c5304426f126ad932b..d3b4f86b6d949ee563d01c3b001b96f048a633e8 100644
|
| --- a/sky/engine/core/html/canvas/CanvasPattern.cpp
|
| +++ b/sky/engine/core/html/canvas/CanvasPattern.cpp
|
| @@ -54,7 +54,6 @@ Pattern::RepeatMode CanvasPattern::parseRepetitionType(const String& type,
|
| CanvasPattern::CanvasPattern(PassRefPtr<Image> image, Pattern::RepeatMode repeat)
|
| : m_pattern(Pattern::createBitmapPattern(image, repeat))
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| }
|
|
|