Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLEmbedElement.h
index fb47f6c..7f30146 100644 (file)
@@ -28,6 +28,7 @@
 namespace blink {
 
 class HTMLEmbedElement FINAL : public HTMLPlugInElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<HTMLEmbedElement> create(Document&, bool createdByParser = false);
 
@@ -55,6 +56,6 @@ private:
     virtual bool isInteractiveContent() const OVERRIDE;
 };
 
-}
+} // namespace blink
 
-#endif
+#endif // HTMLEmbedElement_h