зеркало из https://github.com/mozilla/pjs.git
Fix JS strict warning in the wrapper code. Bug 371948, r+sr=brendan
This commit is contained in:
Родитель
7e01075cce
Коммит
9e27ab7847
|
@ -590,7 +590,7 @@ XPC_SJOW_GetOrSetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp,
|
|||
// value to set the property to.
|
||||
NS_NAMED_LITERAL_CSTRING(funScript,
|
||||
"if (arguments.length == 1) return this[arguments[0]];"
|
||||
"this[arguments[0]] = arguments[1];");
|
||||
"return this[arguments[0]] = arguments[1];");
|
||||
|
||||
jsval scriptedFunVal;
|
||||
if (!GetScriptedFunction(cx, obj, unsafeObj, XPC_SJOW_SLOT_SCRIPTED_GETSET,
|
||||
|
|
Загрузка…
Ссылка в новой задаче