X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGStyleElement.h;h=4edabf2d0a6f0631685d9c8298a8a23cf02ab875;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=7ed57b660f2ea193447d7db216eec1f69deb3941;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGStyleElement.h b/src/third_party/WebKit/Source/core/svg/SVGStyleElement.h index 7ed57b6..4edabf2 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGStyleElement.h +++ b/src/third_party/WebKit/Source/core/svg/SVGStyleElement.h @@ -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 create(Document&, bool createdByParser);