Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLLinkElement.h
index 10c4472..522e2e6 100644 (file)
@@ -115,6 +115,7 @@ private:
 
 
 class HTMLLinkElement FINAL : public HTMLElement, public LinkLoaderClient {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<HTMLLinkElement> create(Document&, bool createdByParser);
     virtual ~HTMLLinkElement();
@@ -212,6 +213,6 @@ private:
     bool m_isInShadowTree;
 };
 
-} //namespace
+} // namespace blink
 
-#endif
+#endif // HTMLLinkElement_h