Bug 572618 - Make debugging the editor easier - Part 4: multiline version of part 1; r=roc

This commit is contained in:
Ehsan Akhgari
2010-06-17 16:44:35 -04:00
parent ea32707944
commit ebfec6da3d
21 changed files with 162 additions and 324 deletions

View File

@@ -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)