More Returning NS_OK from non-void functions.

This commit is contained in:
Benjamin Smedberg 2009-08-12 16:20:42 -04:00
Родитель 400a3a6cea
Коммит 1a4c12f3ed
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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