Index: Source/core/html/RadioNodeList.h |
diff --git a/Source/core/html/RadioNodeList.h b/Source/core/html/RadioNodeList.h |
index 0fb489dd2cccdf80148c4cfbb3a2e427c3897460..5e4f1a156fdc563fe1869fabc9463a7e1e9c64c0 100644 |
--- a/Source/core/html/RadioNodeList.h |
+++ b/Source/core/html/RadioNodeList.h |
@@ -33,6 +33,7 @@ |
namespace blink { |
class RadioNodeList FINAL : public LiveNodeList { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<RadioNodeList> create(ContainerNode& ownerNode, CollectionType type, const AtomicString& name) |
{ |
@@ -58,6 +59,6 @@ private: |
AtomicString m_name; |
}; |
-} // namespace |
+} // namespace blink |
-#endif |
+#endif // RadioNodeList_h |