From 5d2426cebbccef5d556430fd2f6d235bbe4abb4d Mon Sep 17 00:00:00 2001 From: fur Date: Fri, 3 Jul 1998 02:43:34 +0000 Subject: [PATCH] Tweaked comment. git-svn-id: svn://10.0.0.236/trunk@4985 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/ref/liveconnect/jsj_JSObject.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/js/ref/liveconnect/jsj_JSObject.c b/mozilla/js/ref/liveconnect/jsj_JSObject.c index 259053fb6c0..b841fff0ecd 100644 --- a/mozilla/js/ref/liveconnect/jsj_JSObject.c +++ b/mozilla/js/ref/liveconnect/jsj_JSObject.c @@ -122,8 +122,9 @@ jsj_WrapJSObject(JSContext *cx, JNIEnv *jEnv, JSObject *js_obj) return the same Java object, both for efficiency and so that the '==' operator works as expected in Java when comparing two JSObjects. However, it is not possible to hold a reference to a Java object without - inhibiting GC of that object, at least not in a portable way, i.e. - a weak reference. So, for now, JSObject identity is broken. */ + inhibiting GC of that object, at least not in a way that is portable + to all vendor's JVM, i.e. a weak reference. So, for now, JSObject identity + is broken. */ he = *hep; if (he) {