зеркало из https://github.com/mozilla/gecko-dev.git
Followup to Bug 579323: Use nsSubDocumentFrame in new MOZ_IPC code in nsFrameLoader.
This commit is contained in:
Родитель
d817c2ab47
Коммит
55b4f547d6
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче