Index: Source/core/html/HTMLUListElement.h |
diff --git a/Source/core/html/HTMLUListElement.h b/Source/core/html/HTMLUListElement.h |
index 4a37faecf0e6307791d6f270472809086fe7eedb..5af6d8b746c2ff9e8fd1fedd5e7048a8d7912989 100644 |
--- a/Source/core/html/HTMLUListElement.h |
+++ b/Source/core/html/HTMLUListElement.h |
@@ -28,6 +28,7 @@ |
namespace blink { |
class HTMLUListElement FINAL : public HTMLElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLUListElement); |
@@ -38,6 +39,6 @@ private: |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
}; |
-} //namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLUListElement_h |