From 080b478af01a733a4fd7b2a944395a6c887c3bfa Mon Sep 17 00:00:00 2001 From: "sayrer@gmail.com" Date: Fri, 5 Oct 2007 18:13:52 -0700 Subject: [PATCH] Bustage fix for bug 398668 --- content/xbl/src/nsXBLProtoImplMethod.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/xbl/src/nsXBLProtoImplMethod.h b/content/xbl/src/nsXBLProtoImplMethod.h index a1e665836397..80f222d8dde7 100644 --- a/content/xbl/src/nsXBLProtoImplMethod.h +++ b/content/xbl/src/nsXBLProtoImplMethod.h @@ -137,9 +137,7 @@ protected: JSObject * mJSMethodObject; // The JS object for the method (after compilation) }; -#ifdef DEBUG PRBool mIsCompiled; -#endif }; class nsXBLProtoImplAnonymousMethod : public nsXBLProtoImplMethod {