This commit is contained in:
Chris Jones 2010-09-15 17:48:27 -05:00
Родитель 2a67ffacfe
Коммит 981fdfec70
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -420,7 +420,7 @@ nsFrameLoader::GetWebProgress(nsIWebProgress **aWebProgress)
#ifdef MOZ_IPC #ifdef MOZ_IPC
if (mRemoteFrame) { if (mRemoteFrame) {
if (!mRemoteBrowser) { if (!mRemoteBrowser) {
TryNewProcess(); TryRemoteBrowser();
} }
if (!mRemoteBrowser) { if (!mRemoteBrowser) {
return NS_ERROR_UNEXPECTED; return NS_ERROR_UNEXPECTED;