Bug 792821 - Add more informative documentation to getImgCacheForDocument. r=joe

This commit is contained in:
Josh Matthews 2012-09-25 23:51:18 -04:00
parent 13630d0f8f
commit 2768793a12

View File

@ -90,7 +90,9 @@ interface imgITools : nsISupports
* document.
*
* @param doc
* A document. Must not be null.
* A document. Null is allowed, but must _only_ be passed
* when there is no way to obtain a relevant document for
* the current context in which a cache is desired.
*/
imgICache getImgCacheForDocument(in nsIDOMDocument doc);