More Returning NS_OK from non-void functions.

This commit is contained in:
Benjamin Smedberg 2009-08-12 16:20:42 -04:00
parent 6685ba14a5
commit 96fa9d431b

View File

@ -31,6 +31,7 @@ nsresult
ContentProcessChild::IFrameEmbeddingDestructor(IFrameEmbeddingProtocolChild* iframe)
{
delete iframe;
return NS_OK;
}
} // namespace dom