Chromium Code Reviews| Index: sky/engine/core/html/canvas/WebGLActiveInfo.h |
| diff --git a/sky/engine/core/html/canvas/WebGLActiveInfo.h b/sky/engine/core/html/canvas/WebGLActiveInfo.h |
| index ea86264a2efec2584923c87905e6d99f8de5eaf8..1fe4d7435d8bc6ecf1cc8c0b70f6f8b32c96ed78 100644 |
| --- a/sky/engine/core/html/canvas/WebGLActiveInfo.h |
| +++ b/sky/engine/core/html/canvas/WebGLActiveInfo.h |
| @@ -56,7 +56,6 @@ private: |
| ASSERT(name.length()); |
| ASSERT(type); |
| ASSERT(size); |
| - ScriptWrappable::init(this); |
| } |
| String m_name; |
| GLenum m_type; |