Bug 1115477 - Fix -Wunused and -Wtype-limits warnings in js/src. r=jandem
This commit is contained in:
@@ -119,10 +119,9 @@ class Logging
|
||||
ptr = nullptr;
|
||||
}
|
||||
|
||||
out = nsPrintfCString("<%s %s:%d:%p>", side, objDesc, id, ptr);
|
||||
out = nsPrintfCString("<%s %s:%d:%p>", side, objDesc, id.serialNumber(), ptr);
|
||||
}
|
||||
|
||||
|
||||
void format(const ReceiverObj &obj, nsCString &out) {
|
||||
formatObject(true, true, obj.id, out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user