mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 17:38:36 +00:00
Oops. Had an = when I meant ==.
This commit is contained in:
parent
c07e15fb58
commit
1322a50ebc
@ -1591,7 +1591,7 @@ RDFDocumentImpl::CreateChildren(nsIRDFContent* element)
|
||||
NS_RELEASE(property);
|
||||
}
|
||||
|
||||
if (rv = NS_ERROR_RDF_CURSOR_EMPTY)
|
||||
if (rv == NS_ERROR_RDF_CURSOR_EMPTY)
|
||||
// This is a normal return code from nsIRDFCursor::Advance()
|
||||
rv = NS_OK;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user