Bug 422850 - "txCompileObserver::startLoad doesn't pass correct object to asyncOpen ("listener" is unused)" [p=sciguyryan@gmail.com (Ryan Jones) r+sr=sicking a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-03-18 12:42:31 -07:00
parent 89641f288f
commit 72ad926e19

@ -543,7 +543,7 @@ txCompileObserver::startLoad(nsIURI* aUri, txStylesheetCompiler* aCompiler,
NS_ENSURE_TRUE(listener, NS_ERROR_OUT_OF_MEMORY);
NS_ENSURE_SUCCESS(rv, rv);
return channel->AsyncOpen(sink, parser);
return channel->AsyncOpen(listener, parser);
}
nsresult