Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLContentElement.h
index 163d3fa..d54b4b3 100644 (file)
@@ -37,6 +37,7 @@
 namespace blink {
 
 class HTMLContentElement FINAL : public InsertionPoint {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(HTMLContentElement);
     virtual ~HTMLContentElement();
@@ -89,6 +90,6 @@ inline bool HTMLContentElement::canSelectNode(const WillBeHeapVector<RawPtrWillB
     return matchSelector(siblings, nth);
 }
 
-}
+} // namespace blink
 
-#endif
+#endif // HTMLContentElement_h