Followup to Bug 579323: Use nsSubDocumentFrame in new MOZ_IPC code in nsFrameLoader.

This commit is contained in:
Chris Jones 2010-08-31 02:46:17 -05:00
Родитель d817c2ab47
Коммит 55b4f547d6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -696,7 +696,7 @@ nsFrameLoader::Show(PRInt32 marginWidth, PRInt32 marginHeight,
#ifdef MOZ_IPC
if (mRemoteFrame) {
return ShowRemoteFrame(GetSubDocumentSize(frame->GetFrame()));
return ShowRemoteFrame(GetSubDocumentSize(frame));
}
#endif