diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 02:32:19 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-08 02:32:19 +0000 |
commit | 8ddfe30967dde6a7297d691c0e72ad8e7b9114e7 (patch) | |
tree | 0d1db3bf3b827975463194fdca674a52a5c755c8 /webkit/glue/dom_operations.cc | |
parent | 084283d38f39c3c6cff4665779a2e8d3c2c58b99 (diff) | |
download | chromium_src-8ddfe30967dde6a7297d691c0e72ad8e7b9114e7.zip chromium_src-8ddfe30967dde6a7297d691c0e72ad8e7b9114e7.tar.gz chromium_src-8ddfe30967dde6a7297d691c0e72ad8e7b9114e7.tar.bz2 |
Remove an inaccurate comment about STLDeleteElements.
STLDeleteElements function is already in base/stl_util-inl.h
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/2752001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/dom_operations.cc')
-rw-r--r-- | webkit/glue/dom_operations.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/dom_operations.cc b/webkit/glue/dom_operations.cc index d5058ea..7e649e3 100644 --- a/webkit/glue/dom_operations.cc +++ b/webkit/glue/dom_operations.cc @@ -279,8 +279,6 @@ void FillPasswordForm(WebView* view, FindFormElements(view, data.basic_data, &forms); FormElementsList::iterator iter; for (iter = forms.begin(); iter != forms.end(); ++iter) { - // TODO(timsteele): Move STLDeleteElements to base/ and have - // FormElementsList use that. scoped_ptr<FormElements> form_elements(*iter); // If wait_for_username is true, we don't want to initially fill the form |