Fix comment per my review comments. Bug 305640.
git-svn-id: svn://10.0.0.236/trunk@179124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ffde60f96b
commit
049e52625b
@ -2356,8 +2356,8 @@ nsHTMLDocument::GetElementById(const nsAString& aElementId,
|
||||
NS_ENSURE_TRUE(entry, NS_ERROR_OUT_OF_MEMORY);
|
||||
}
|
||||
|
||||
// The we could now have either a new entry, or the entry could
|
||||
// have been updated, so update e to point to the current entry's
|
||||
// We could now have a new entry, or the entry could have been
|
||||
// updated, so update e to point to the current entry's
|
||||
// mIdContent.
|
||||
e = entry->mIdContent;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user