Fix MSVC warnings in jsscope.cpp

This commit is contained in:
David Mandelin 2010-11-23 14:40:29 -08:00
Родитель 140fc98cc5
Коммит df7a5728f1
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -973,9 +973,9 @@ JSObject::putProperty(JSContext *cx, jsid id,
shape->rawGetter = getter;
shape->rawSetter = setter;
shape->attrs = attrs;
shape->attrs = uint8(attrs);
shape->flags = flags | Shape::IN_DICTIONARY;
shape->shortid = shortid;
shape->shortid = int16(shortid);
/*
* We are done updating shape and lastProp. Now we may need to update