mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 02:47:07 +00:00
fix 351997 nsISimpleMimeDecoderStub wasn't decoding parts, sr=mscott
This commit is contained in:
parent
0a8f6f0f46
commit
801f716709
@ -140,6 +140,7 @@ Initialize(MimeObject *obj)
|
||||
if (!ssobj->innerScriptable)
|
||||
return -1;
|
||||
ssobj->buffer = new nsCString();
|
||||
int status = ((MimeObjectClass *)XPCOM_GetmimeLeafClass())->initialize(obj);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user