X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLStyleElement.h;h=97729551f087cfd0f003cbbe29917107720c1567;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=79c04419eae3edb78ee01248108c1a3bca43d467;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLStyleElement.h b/src/third_party/WebKit/Source/core/html/HTMLStyleElement.h index 79c0441..9772955 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLStyleElement.h +++ b/src/third_party/WebKit/Source/core/html/HTMLStyleElement.h @@ -34,6 +34,7 @@ template class EventSender; typedef EventSender StyleEventSender; class HTMLStyleElement FINAL : public HTMLElement, private StyleElement { + DEFINE_WRAPPERTYPEINFO(); WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLStyleElement); public: static PassRefPtrWillBeRawPtr create(Document&, bool createdByParser); @@ -74,6 +75,6 @@ private: bool m_loadedSheet; }; -} //namespace +} // namespace blink -#endif +#endif // HTMLStyleElement_h