Index: Source/core/html/HTMLBRElement.h |
diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h |
index 3f8d710144bb22021da1b839950d667bf6604108..71040eed7334f4e3e2d3c8a7c622a69d7a089348 100644 |
--- a/Source/core/html/HTMLBRElement.h |
+++ b/Source/core/html/HTMLBRElement.h |
@@ -29,6 +29,7 @@ |
namespace blink { |
class HTMLBRElement FINAL : public HTMLElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLBRElement); |
@@ -43,6 +44,6 @@ private: |
virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
}; |
-} // namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLBRElement_h |