This commit is contained in:
toshok%hungry.com 1999-04-07 05:20:54 +00:00
Родитель 8025cdb11b
Коммит 013c6b4651
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -27,7 +27,7 @@
#include "nsFileSpec.h"
#include "nsCOMPtr.h"
#if defined(OJI) && !defined(XP_UNIX)
#if defined(OJI)
#include "nsIDocument.h"
#include "nsIScriptContextOwner.h"
#include "nsIScriptGlobalObject.h"
@ -761,7 +761,7 @@ NS_IMETHODIMP nsPluginInstancePeerImpl::GetJSWindow(JSObject* *outJSWindow)
{
*outJSWindow = NULL;
nsresult rv = NS_ERROR_FAILURE;
#if defined(OJI) && !defined(XP_UNIX)
#if defined(OJI)
nsIDocument* document = nsnull;
if (mOwner->GetDocument(&document) == NS_OK) {
nsIScriptContextOwner* contextOwner = document->GetScriptContextOwner();

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

@ -27,7 +27,7 @@
#include "nsFileSpec.h"
#include "nsCOMPtr.h"
#if defined(OJI) && !defined(XP_UNIX)
#if defined(OJI)
#include "nsIDocument.h"
#include "nsIScriptContextOwner.h"
#include "nsIScriptGlobalObject.h"
@ -761,7 +761,7 @@ NS_IMETHODIMP nsPluginInstancePeerImpl::GetJSWindow(JSObject* *outJSWindow)
{
*outJSWindow = NULL;
nsresult rv = NS_ERROR_FAILURE;
#if defined(OJI) && !defined(XP_UNIX)
#if defined(OJI)
nsIDocument* document = nsnull;
if (mOwner->GetDocument(&document) == NS_OK) {
nsIScriptContextOwner* contextOwner = document->GetScriptContextOwner();