Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1089)

Unified Diff: Source/core/html/HTMLFormElement.h

Issue 182053002: Have Node::highestAncestor() return a reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/FormAssociatedElement.cpp ('k') | Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « Source/core/html/FormAssociatedElement.cpp ('k') | Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698