Index: Source/core/html/HTMLOListElement.h |
diff --git a/Source/core/html/HTMLOListElement.h b/Source/core/html/HTMLOListElement.h |
index 70fc69ec80f227a4b09baea189062fe14d564d05..e5f720799d198d2eb4807f25a05f9a6ef9084619 100644 |
--- a/Source/core/html/HTMLOListElement.h |
+++ b/Source/core/html/HTMLOListElement.h |
@@ -28,6 +28,7 @@ |
namespace blink { |
class HTMLOListElement FINAL : public HTMLElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLOListElement); |
@@ -64,6 +65,6 @@ private: |
bool m_shouldRecalculateItemCount : 1; |
}; |
-} //namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLOListElement_h |