Bug 1055913 - Fix ambiguous reference to Image in imgTools.cpp. r=seth

This commit is contained in:
Reuben Morais 2014-08-22 23:09:38 -03:00
parent 5176d008e1
commit 8464716e45

View File

@ -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);