Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLDirectoryElement.h
index 84eadc8..1d3b21f 100644 (file)
@@ -28,6 +28,7 @@
 namespace blink {
 
 class HTMLDirectoryElement FINAL : public HTMLElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(HTMLDirectoryElement);
 
@@ -35,6 +36,6 @@ private:
     explicit HTMLDirectoryElement(Document&);
 };
 
-} //namespace
+} // namespace blink
 
-#endif
+#endif // HTMLDirectoryElement_h