| Index: Source/core/html/canvas/WebGLLoseContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLLoseContext.cpp b/Source/core/html/canvas/WebGLLoseContext.cpp
|
| index e2a4b7fd211cc411ae1d189ed0739c5f5adbc3af..49b3a72fcc5e3eddda884f7068e8ef4ecd791299 100644
|
| --- a/Source/core/html/canvas/WebGLLoseContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLLoseContext.cpp
|
| @@ -34,6 +34,7 @@ namespace WebCore {
|
| WebGLLoseContext::WebGLLoseContext(WebGLRenderingContext* context)
|
| : WebGLExtension(context)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| WebGLLoseContext::~WebGLLoseContext()
|
|
|