зеркало из https://github.com/mozilla/gecko-dev.git
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
This commit is contained in:
Родитель
41a37365ad
Коммит
3be5c9f8a6
|
@ -676,7 +676,7 @@ NS_IMETHODIMP imgRequest::OnDataAvailable(nsIRequest *aRequest, nsISupports *ctx
|
|||
nsCAutoString conid("@mozilla.org/image/decoder;2?type=");
|
||||
conid += mContentType;
|
||||
|
||||
mDecoder = do_CreateInstance(conid);
|
||||
mDecoder = do_CreateInstance(conid.get());
|
||||
|
||||
if (!mDecoder) {
|
||||
PR_LOG(gImgLog, PR_LOG_WARNING,
|
||||
|
|
Загрузка…
Ссылка в новой задаче