| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index b664e3d57432d42482babb05b38ce78aa2d96f2b..33afb6886ddd8a2a5a4704150ce7561c5bd4ceb4 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -139,8 +139,8 @@ private:
|
|
|
| void scheduleFormSubmission(PassRefPtr<FormSubmission>);
|
|
|
| - void collectAssociatedElements(Node* root, Vector<FormAssociatedElement*>&) const;
|
| - void collectImageElements(Node* root, Vector<HTMLImageElement*>&);
|
| + void collectAssociatedElements(Node& root, Vector<FormAssociatedElement*>&) const;
|
| + void collectImageElements(Node& root, Vector<HTMLImageElement*>&);
|
|
|
| // Returns true if the submission should proceed.
|
| bool validateInteractively(Event*);
|
|
|