Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLUListElement.h
index 4a37fae..5af6d8b 100644 (file)
@@ -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