Index: Source/core/html/HTMLLabelElement.h |
diff --git a/Source/core/html/HTMLLabelElement.h b/Source/core/html/HTMLLabelElement.h |
index 8b1278eee1ca15748a95afb990f2f6f6d9b9e6e2..7415dcb5a64a1ea08cb6be9e82f641b2c2f2307a 100644 |
--- a/Source/core/html/HTMLLabelElement.h |
+++ b/Source/core/html/HTMLLabelElement.h |
@@ -30,6 +30,7 @@ |
namespace blink { |
class HTMLLabelElement FINAL : public HTMLElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLLabelElement); |
@@ -63,6 +64,6 @@ private: |
void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue); |
}; |
-} //namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLLabelElement_h |