summaryrefslogtreecommitdiffstats
path: root/webkit/glue/dom_operations.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-08 02:32:19 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-08 02:32:19 +0000
commit8ddfe30967dde6a7297d691c0e72ad8e7b9114e7 (patch)
tree0d1db3bf3b827975463194fdca674a52a5c755c8 /webkit/glue/dom_operations.cc
parent084283d38f39c3c6cff4665779a2e8d3c2c58b99 (diff)
downloadchromium_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.cc2
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