Index: Source/core/html/HTMLStyleElement.h |
diff --git a/Source/core/html/HTMLStyleElement.h b/Source/core/html/HTMLStyleElement.h |
index 79c04419eae3edb78ee01248108c1a3bca43d467..97729551f087cfd0f003cbbe29917107720c1567 100644 |
--- a/Source/core/html/HTMLStyleElement.h |
+++ b/Source/core/html/HTMLStyleElement.h |
@@ -34,6 +34,7 @@ template<typename T> class EventSender; |
typedef EventSender<HTMLStyleElement> StyleEventSender; |
class HTMLStyleElement FINAL : public HTMLElement, private StyleElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLStyleElement); |
public: |
static PassRefPtrWillBeRawPtr<HTMLStyleElement> create(Document&, bool createdByParser); |
@@ -74,6 +75,6 @@ private: |
bool m_loadedSheet; |
}; |
-} //namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLStyleElement_h |