Index: Source/core/html/HTMLOutputElement.h |
diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h |
index 9e22dce1fa94d5fac13872296713ca64f9ff7582..7f33fcfa813254def28102de4c107512fdbc8b51 100644 |
--- a/Source/core/html/HTMLOutputElement.h |
+++ b/Source/core/html/HTMLOutputElement.h |
@@ -37,6 +37,7 @@ |
namespace blink { |
class HTMLOutputElement FINAL : public HTMLFormControlElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<HTMLOutputElement> create(Document&, HTMLFormElement*); |
@@ -69,6 +70,6 @@ private: |
RefPtrWillBeMember<DOMSettableTokenList> m_tokens; |
}; |
-} // namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLOutputElement_h |