Closed Bug 755202 Opened 12 years ago Closed 12 years ago

Simplify GetChildNodesForOperation

Categories

(Core :: DOM: Editor, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: Ms2ger, Assigned: Ms2ger)

Details

Attachments

(1 file)

Attached patch Patch v1Splinter Review
      No description provided.
Attachment #623962 - Flags: review?(ehsan)
Comment on attachment 623962 [details] [diff] [review]
Patch v1

Review of attachment 623962 [details] [diff] [review]:
-----------------------------------------------------------------

::: editor/libeditor/html/nsHTMLEditRules.cpp
@@ +5958,5 @@
> +
> +  for (nsIContent* child = node->GetFirstChild();
> +       child;
> +       child = child->GetNextSibling()) {  
> +    nsIDOMNode* node = child->AsDOMNode();

Nit: rename this variable to something like childNode.

@@ +5964,1 @@
>        return NS_ERROR_FAILURE;

Hmm, I'm pretty sure that nsCOMArray is infallible these days, so this shouldn't be necessary...  But if you're not sure, let's leave it in.
Attachment #623962 - Flags: review?(ehsan) → review+
https://hg.mozilla.org/mozilla-central/rev/1dac5c37d560
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: