Index: Source/core/html/HTMLMenuElement.h |
diff --git a/Source/core/html/HTMLMenuElement.h b/Source/core/html/HTMLMenuElement.h |
index ed04da6b92bba914ef7dc025eb5099fb140ab24a..db2bc1cc6675887fb48d0c2234ecab95ff5ace93 100644 |
--- a/Source/core/html/HTMLMenuElement.h |
+++ b/Source/core/html/HTMLMenuElement.h |
@@ -28,6 +28,7 @@ |
namespace blink { |
class HTMLMenuElement FINAL : public HTMLElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLMenuElement); |
@@ -35,6 +36,6 @@ private: |
explicit HTMLMenuElement(Document&); |
}; |
-} //namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLMenuElement_h |