let's try this and see if Mac is happier
git-svn-id: svn://10.0.0.236/branches/XPCDOM_20010329_BRANCH@92285 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2297,6 +2297,7 @@ public:
|
||||
|
||||
// Make ctor and dtor protected (rather than private) to placate nsCOMPtr.
|
||||
protected:
|
||||
XPCWrappedNative(); // not implemented
|
||||
XPCWrappedNative(nsISupports* aIdentity,
|
||||
XPCWrappedNativeProto* aProto);
|
||||
virtual ~XPCWrappedNative();
|
||||
|
||||
@@ -412,7 +412,7 @@ void DEBUG_CheckForComponentsInScope(XPCCallContext& ccx, JSObject* obj)
|
||||
"callback code."
|
||||
"\n";
|
||||
|
||||
#ifdef IM_SO_SMART_THAT_I_NEVER_MAKE_MISTAKES
|
||||
#ifdef I_FOOLISHLY_WANT_TO_IGNORE_THIS_LIKE_THE_OTHER_CRAP_WE_PRINTF
|
||||
NS_WARNING(msg);
|
||||
#else
|
||||
NS_ERROR(msg);
|
||||
|
||||
Reference in New Issue
Block a user