From 9c291ed8e94cdee24827e3f4f48b40cb0f1f8f3f Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 30 Jan 2004 07:39:59 +0000 Subject: [PATCH] 2003/10/23 04:39:47 darcs-hash:20040130073959-aa32f-499c5b7924a32e9c9919eecc1801d86e4b843f5e.gz --- src/org/xwt/js/CompiledFunctionImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/xwt/js/CompiledFunctionImpl.java b/src/org/xwt/js/CompiledFunctionImpl.java index a0c30f7..66151c7 100644 --- a/src/org/xwt/js/CompiledFunctionImpl.java +++ b/src/org/xwt/js/CompiledFunctionImpl.java @@ -350,7 +350,7 @@ class CompiledFunctionImpl extends JS.Callable implements ByteCodes, Tokens { // use the "normal" implementation t.push(key); t.push(old); - t.push(arg); + t.push(val); break; } -- 1.7.10.4