mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
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:
parent
b73c50824f
commit
051c211df1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user