зеркало из https://github.com/mozilla/gecko-dev.git
Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org)
This commit is contained in:
Родитель
ffab9fd0f7
Коммит
b2b43e13f7
|
@ -52,9 +52,7 @@ nsresult NS_NewMimeContentTypeHandler(nsIMimeContentTypeHandler ** aInstancePtrR
|
|||
* The following macros actually implement addref, release and
|
||||
* query interface for our component.
|
||||
*/
|
||||
NS_IMPL_ADDREF(nsMimeContentTypeHandler)
|
||||
NS_IMPL_RELEASE(nsMimeContentTypeHandler)
|
||||
NS_IMPL_QUERY_INTERFACE(nsMimeContentTypeHandler, NS_GET_IID(nsIMimeContentTypeHandler)); /* we need to pass in the interface ID of this interface */
|
||||
NS_IMPL_ISUPPORTS1(nsMimeContentTypeHandler, nsIMimeContentTypeHandler);
|
||||
|
||||
/*
|
||||
* nsIMimeEmitter definitions....
|
||||
|
|
Загрузка…
Ссылка в новой задаче