Bug 678656 - fix some warnings in js/src/jsemit.cpp. r=dmandelin.

This commit is contained in:
Robert Sayre 2011-08-13 06:54:16 -05:00
parent ed19f80f10
commit bc8306cf97

View File

@ -3158,9 +3158,7 @@ class TempPopScope {
JSObjectBox *savedBlockBox;
public:
#ifdef DEBUG
TempPopScope() : savedStmt(NULL) {}
#endif
TempPopScope() : savedStmt(NULL), savedScopeStmt(NULL), savedBlockBox(NULL) {}
bool popBlock(JSContext *cx, JSCodeGenerator *cg) {
savedStmt = cg->topStmt;