Fix "wapper".

This commit is contained in:
norris%netscape.com 1999-09-22 16:25:21 +00:00
parent 7d7deabbc9
commit 9a0f128be4
2 changed files with 4 additions and 4 deletions

View File

@ -252,7 +252,7 @@ public class JavaAdapter extends ScriptableObject {
"Lorg/mozilla/javascript/Scriptable;");
// Set the prototype of the js object to be a LiveConnect
// wapper of the generated class's object
// wrapper of the generated class's object
cfw.add(ByteCode.ALOAD_1); // first arg
cfw.add(ByteCode.ALOAD_0); // this
cfw.add(ByteCode.INVOKESTATIC,
@ -298,7 +298,7 @@ public class JavaAdapter extends ScriptableObject {
"Lorg/mozilla/javascript/Scriptable;");
// Set the prototype of the js object to be a LiveConnect
// wapper of the generated class's object
// wrapper of the generated class's object
cfw.add(ByteCode.ALOAD_1); // the Scriptable
cfw.add(ByteCode.ALOAD_0); // this
cfw.add(ByteCode.INVOKESTATIC,

View File

@ -252,7 +252,7 @@ public class JavaAdapter extends ScriptableObject {
"Lorg/mozilla/javascript/Scriptable;");
// Set the prototype of the js object to be a LiveConnect
// wapper of the generated class's object
// wrapper of the generated class's object
cfw.add(ByteCode.ALOAD_1); // first arg
cfw.add(ByteCode.ALOAD_0); // this
cfw.add(ByteCode.INVOKESTATIC,
@ -298,7 +298,7 @@ public class JavaAdapter extends ScriptableObject {
"Lorg/mozilla/javascript/Scriptable;");
// Set the prototype of the js object to be a LiveConnect
// wapper of the generated class's object
// wrapper of the generated class's object
cfw.add(ByteCode.ALOAD_1); // the Scriptable
cfw.add(ByteCode.ALOAD_0); // this
cfw.add(ByteCode.INVOKESTATIC,