X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLMapElement.h;h=2ddbbe0bb5e9a9e57082cbff8ccfc4178e11f096;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=63db184a87a947224cecac47d9fb99ae1086d89d;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLMapElement.h b/src/third_party/WebKit/Source/core/html/HTMLMapElement.h index 63db184..2ddbbe0 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLMapElement.h +++ b/src/third_party/WebKit/Source/core/html/HTMLMapElement.h @@ -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