зеркало из https://github.com/mozilla/pjs.git
Merging patch by darin (from mozilla/htmlparser).
fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst
This commit is contained in:
Родитель
06e33ed53d
Коммит
b035145b4c
|
@ -48,13 +48,14 @@
|
|||
#include "nsIElementObserver.h"
|
||||
|
||||
#define NS_PARSER_CONTRACTID_PREFIX "@mozilla.org/parser"
|
||||
#define NS_IPARSERSERVICE_IID \
|
||||
{ 0xa6cf9111, 0x15b3, 0x11d2, \
|
||||
{ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } }
|
||||
|
||||
// {90a92e37-abd6-441b-9b39-4064d98e1ede}
|
||||
#define NS_IPARSERSERVICE_IID \
|
||||
{ 0x90a92e37, 0xabd6, 0x441b, { 0x9b, 0x39, 0x40, 0x64, 0xd9, 0x8e, 0x1e, 0xde } };
|
||||
|
||||
// {78081E70-AD53-11d5-8498-0010A4E0C706}
|
||||
#define NS_IOBSERVERENTRY_IID \
|
||||
{ 0x78081e70, 0xad53, 0x11d5, { 0x84, 0x98, 0x0, 0x10, 0xa4, 0xe0, 0xc7, 0x6 } };
|
||||
{ 0x78081e70, 0xad53, 0x11d5, { 0x84, 0x98, 0x00, 0x10, 0xa4, 0xe0, 0xc7, 0x06 } };
|
||||
|
||||
|
||||
class nsIObserverEntry : public nsISupports {
|
||||
|
|
Загрузка…
Ссылка в новой задаче