r=beard, sr=jband
This code was previously r/sr for XP_UNIX. Because the OS/2 Java plugin is based on the Unix Java plugin, we need this fix too.
This commit is contained in:
mkaply%us.ibm.com 2001-09-14 21:16:19 +00:00
parent b73c50824f
commit 051c211df1
2 changed files with 2 additions and 2 deletions

View File

@ -1171,7 +1171,7 @@ nsObjectFrame::InstantiatePlugin(nsIPresContext* aPresContext,
}
}
#ifdef XP_UNIX
#if defined(XP_UNIX) || defined(XP_OS2)
// This is a work-around on Unix for a LiveConnect problem (bug 83698).
// The problem:
// The proxy JNI needs to be created by the browser. If it is created by

View File

@ -1171,7 +1171,7 @@ nsObjectFrame::InstantiatePlugin(nsIPresContext* aPresContext,
}
}
#ifdef XP_UNIX
#if defined(XP_UNIX) || defined(XP_OS2)
// This is a work-around on Unix for a LiveConnect problem (bug 83698).
// The problem:
// The proxy JNI needs to be created by the browser. If it is created by