mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Bug 792821 - Add more informative documentation to getImgCacheForDocument. r=joe
This commit is contained in:
parent
13630d0f8f
commit
2768793a12
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user