Index: Source/core/html/HTMLOptionsCollection.h |
diff --git a/Source/core/html/HTMLOptionsCollection.h b/Source/core/html/HTMLOptionsCollection.h |
index d2d379bc2c63b57e0b6a381e6ced990fc3d67309..2b95a8343afeb1c53e313997f00da29dc7d9948f 100644 |
--- a/Source/core/html/HTMLOptionsCollection.h |
+++ b/Source/core/html/HTMLOptionsCollection.h |
@@ -32,6 +32,7 @@ namespace blink { |
class ExceptionState; |
class HTMLOptionsCollection FINAL : public HTMLCollection { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<HTMLOptionsCollection> create(ContainerNode&, CollectionType); |
@@ -63,6 +64,6 @@ inline bool HTMLOptionsCollection::elementMatches(const HTMLElement& element) co |
return isHTMLOptionElement(element); |
} |
-} //namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLOptionsCollection_h |