Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLMapElement.h
index 63db184..2ddbbe0 100644 (file)
@@ -31,6 +31,7 @@ class HitTestResult;
 class HTMLImageElement;
 
 class HTMLMapElement FINAL : public HTMLElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(HTMLMapElement);
     virtual ~HTMLMapElement();
@@ -53,6 +54,6 @@ private:
     AtomicString m_name;
 };
 
-} //namespace
+} // namespace blink
 
-#endif
+#endif // HTMLMapElement_h