Bustage fix for bug 398668

This commit is contained in:
sayrer@gmail.com 2007-10-05 18:13:52 -07:00
parent 6be2e13a6b
commit 406024c657

View File

@ -137,9 +137,7 @@ protected:
JSObject * mJSMethodObject; // The JS object for the method (after compilation)
};
#ifdef DEBUG
PRBool mIsCompiled;
#endif
};
class nsXBLProtoImplAnonymousMethod : public nsXBLProtoImplMethod {