mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 792821 - Add more informative documentation to getImgCacheForDocument. r=joe
This commit is contained in:
parent
9fa9982775
commit
f72d24896e
@ -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