mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
Fix string bustage in DEBUG_pavlov code. r=mozbot, sr=lumpy
This commit is contained in:
parent
6818f259e9
commit
48fb8951f4
@ -67,8 +67,8 @@ static void PrintImageDecoders()
|
||||
if (s) {
|
||||
nsCOMPtr<nsISupportsCString> ss(do_QueryInterface(s));
|
||||
|
||||
nsXPIDLCString xcs;
|
||||
ss->GetData(getter_Copies(xcs));
|
||||
nsCAutoString xcs;
|
||||
ss->GetData(xcs);
|
||||
|
||||
NS_NAMED_LITERAL_CSTRING(decoderContract, "@mozilla.org/image/decoder;2?type=");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user