This commit is contained in:
brendan%mozilla.org 2002-03-09 00:55:26 +00:00
Родитель 15eddaa53e
Коммит 75a8745d3d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -401,7 +401,7 @@ js_WrapWatchedSetter(JSContext *cx, jsid id, uintN attrs, JSPropertyOp setter)
JSFunction *wrapper;
if (!(attrs & JSPROP_SETTER))
return js_watch_set;
return &js_watch_set; /* & to silence schoolmarmish MSVC */
if (!JSVAL_IS_INT(id)) {
atom = (JSAtom *)id;