mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
bah, stupid build problems
This commit is contained in:
parent
efe1db62b0
commit
76c6856f48
@ -52,7 +52,7 @@ inBitmapDecoder::~inBitmapDecoder()
|
||||
|
||||
NS_IMETHODIMP inBitmapDecoder::Init(imgILoad *aLoad)
|
||||
{
|
||||
mObserver = do_QueryInterface(aRequest);
|
||||
mObserver = do_QueryInterface(aLoad);
|
||||
|
||||
mImage = do_CreateInstance("@mozilla.org/image/container;1");
|
||||
if (!mImage) return NS_ERROR_FAILURE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user