Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGStyleElement.h
index 7ed57b6..4edabf2 100644 (file)
@@ -29,6 +29,7 @@ namespace blink {
 
 class SVGStyleElement FINAL : public SVGElement
                             , public StyleElement {
+    DEFINE_WRAPPERTYPEINFO();
     WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SVGStyleElement);
 public:
     static PassRefPtrWillBeRawPtr<SVGStyleElement> create(Document&, bool createdByParser);