Bug 614138. Fix stupid typo that breaks opt builds.

This commit is contained in:
Boris Zbarsky 2010-12-09 00:16:30 -05:00
parent 3350237318
commit 7f75b5abd6

View File

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