mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 102294 - printf has an extra parameter. r=jband
This commit is contained in:
parent
3c7deaae58
commit
9bb2766908
@ -173,8 +173,7 @@ static void DEBUG_TrackShutdownWrapper(XPCWrappedNative* wrapper)
|
||||
DEBUG_WrappedNativeTotalCalls,
|
||||
DEBUG_WrappedNativeMethodCalls,
|
||||
DEBUG_WrappedNativeGetterCalls,
|
||||
DEBUG_WrappedNativeSetterCalls,
|
||||
DEBUG_WrappedNativeMethodCalls);
|
||||
DEBUG_WrappedNativeSetterCalls);
|
||||
|
||||
printf("(wrappers / tearoffs): (");
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user