Chromium Code Reviews| Index: Source/core/html/canvas/WebGLExtension.cpp |
| diff --git a/Source/core/html/canvas/WebGLExtension.cpp b/Source/core/html/canvas/WebGLExtension.cpp |
| index 9d3c9413c61d27f574bdd43cb3e042677d2c4bdb..d96a98b4401adf57af995bfb21759c3dc435cc09 100644 |
| --- a/Source/core/html/canvas/WebGLExtension.cpp |
| +++ b/Source/core/html/canvas/WebGLExtension.cpp |
| @@ -31,6 +31,7 @@ namespace WebCore { |
| WebGLExtension::WebGLExtension(WebGLRenderingContext* context) |
| : m_context(context) |
| + , m_lost(false) |
| { |
| } |