Bug 325381 - nsWebBrowserPersist::OnWalkDOMNode missing early return. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger.

This commit is contained in:
kherron@fmailbox.com 2007-06-16 13:57:44 -07:00
parent 2c2399e327
commit de40e9c8b1

View File

@ -2730,6 +2730,7 @@ nsresult nsWebBrowserPersist::OnWalkDOMNode(nsIDOMNode *aNode)
StoreURI(NS_ConvertUTF16toUTF8(href).get());
}
}
return NS_OK;
}
// Test the node to see if it's an image, frame, iframe, css, js