зеркало из https://github.com/mozilla/pjs.git
More Returning NS_OK from non-void functions.
This commit is contained in:
Родитель
400a3a6cea
Коммит
1a4c12f3ed
|
@ -31,6 +31,7 @@ nsresult
|
|||
ContentProcessChild::IFrameEmbeddingDestructor(IFrameEmbeddingProtocolChild* iframe)
|
||||
{
|
||||
delete iframe;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
} // namespace dom
|
||||
|
|
Загрузка…
Ссылка в новой задаче