Bug 614138. Fix stupid typo that breaks opt builds.

This commit is contained in:
Boris Zbarsky 2010-12-09 00:16:30 -05:00
Родитель c1eab85ac3
Коммит c0d72451ce
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1434,8 +1434,8 @@ protected:
* an assignment operator returning |volatile jsval_layout|.
*/
lhs.asBits = rhs.asBits;
#endif
}
#endif
};
} /* namespace js */