| Index: Source/core/html/HTMLFormControlsCollection.h
|
| diff --git a/Source/core/html/HTMLFormControlsCollection.h b/Source/core/html/HTMLFormControlsCollection.h
|
| index dd5e58c91c24292a54bcdc8ce6b97d28e2107ef9..a20aa6dd7e1807a8292db9496b986e17591b7366 100644
|
| --- a/Source/core/html/HTMLFormControlsCollection.h
|
| +++ b/Source/core/html/HTMLFormControlsCollection.h
|
| @@ -38,6 +38,7 @@ class QualifiedName;
|
| // The famous <table><tr><form><td> problem.
|
|
|
| class HTMLFormControlsCollection FINAL : public HTMLCollection {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLFormControlsCollection> create(ContainerNode&, CollectionType);
|
|
|
| @@ -66,6 +67,6 @@ private:
|
| };
|
| DEFINE_TYPE_CASTS(HTMLFormControlsCollection, LiveNodeListBase, collection, collection->type() == FormControls, collection.type() == FormControls);
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLFormControlsCollection_h
|
|
|