Bug 572618 - Make debugging the editor easier - Part 4: multiline version of part 1; r=roc
This commit is contained in:
@@ -134,8 +134,7 @@ nsHTMLURIRefObject::GetNextURI(nsAString & aURI)
|
||||
|
||||
nsAutoString tagName;
|
||||
nsresult rv = mNode->GetNodeName(tagName);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
// Loop over attribute list:
|
||||
if (!mAttributes)
|
||||
|
||||
Reference in New Issue
Block a user