Index: Source/core/html/HTMLMeterElement.h |
diff --git a/Source/core/html/HTMLMeterElement.h b/Source/core/html/HTMLMeterElement.h |
index addea2d5f38b42f6ee5e4adfe0b36b190312db41..2691a2aeb9f4373db8ea98ea9958fe72848e2001 100644 |
--- a/Source/core/html/HTMLMeterElement.h |
+++ b/Source/core/html/HTMLMeterElement.h |
@@ -30,6 +30,7 @@ class MeterValueElement; |
class RenderMeter; |
class HTMLMeterElement FINAL : public LabelableElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<HTMLMeterElement> create(Document&); |
@@ -82,6 +83,6 @@ private: |
RefPtrWillBeMember<MeterValueElement> m_value; |
}; |
-} // namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLMeterElement_h |