This commit is contained in:
amusil%netscape.com 1999-01-25 10:10:29 +00:00
Родитель 4daccb00fd
Коммит 7776586cc9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -570,7 +570,7 @@ nsObjectFrame::Reflow(nsIPresContext& aPresContext,
#ifdef XP_UNIX
window->ws_info = nsnull; //XXX need to figure out what this is. MMP
#endif
rv = pm->InstantiatePlugin(buf, fullURL, mInstanceOwner);
rv = pm->InstantiateEmbededPlugin(buf, src, mInstanceOwner);
NS_IF_RELEASE(fullURL);
NS_IF_RELEASE(baseURL);

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

@ -570,7 +570,7 @@ nsObjectFrame::Reflow(nsIPresContext& aPresContext,
#ifdef XP_UNIX
window->ws_info = nsnull; //XXX need to figure out what this is. MMP
#endif
rv = pm->InstantiatePlugin(buf, fullURL, mInstanceOwner);
rv = pm->InstantiateEmbededPlugin(buf, src, mInstanceOwner);
NS_IF_RELEASE(fullURL);
NS_IF_RELEASE(baseURL);