Index: Source/core/html/canvas/WebGLContextAttributes.h |
diff --git a/Source/core/html/canvas/WebGLContextAttributes.h b/Source/core/html/canvas/WebGLContextAttributes.h |
index 0ecbe333ae33de18f2f0fbdb3ab4f187fff05861..84a480b5319abacb29d9ee8483a7a481cf405326 100644 |
--- a/Source/core/html/canvas/WebGLContextAttributes.h |
+++ b/Source/core/html/canvas/WebGLContextAttributes.h |
@@ -38,6 +38,7 @@ class Settings; |
class WebGLContextAttributes FINAL : public CanvasContextAttributes, public ScriptWrappable { |
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(WebGLContextAttributes); |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
// Create a new attributes object |
static PassRefPtrWillBeRawPtr<WebGLContextAttributes> create(); |