mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Bug 1055913 - Fix ambiguous reference to Image in imgTools.cpp. r=seth
This commit is contained in:
parent
5176d008e1
commit
8464716e45
@ -60,7 +60,7 @@ NS_IMETHODIMP imgTools::DecodeImage(nsIInputStream* aInStr,
|
||||
imgIContainer **aContainer)
|
||||
{
|
||||
nsresult rv;
|
||||
nsRefPtr<Image> image;
|
||||
nsRefPtr<image::Image> image;
|
||||
|
||||
NS_ENSURE_ARG_POINTER(aInStr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user