зеркало из https://github.com/mozilla/gecko-dev.git
oops! I didn't mean to checkt this change in with my last landing
This commit is contained in:
Родитель
2fb4111355
Коммит
b3e6a3e098
|
@ -47,6 +47,10 @@ interface nsIGlobalHistory : nsISupports
|
|||
};
|
||||
|
||||
%{ C++
|
||||
// {9491C382-E3C4-11D2-BDBE-0050040A9B44}
|
||||
#define NS_GLOBALHISTORY_CID \
|
||||
{ 0x9491c382, 0xe3c4, 0x11d2, { 0xbd, 0xbe, 0x0, 0x50, 0x4, 0xa, 0x9b, 0x44} }
|
||||
|
||||
#define NS_GLOBALHISTORY_CONTRACTID \
|
||||
"@mozilla.org/browser/global-history;1"
|
||||
|
||||
|
|
|
@ -47,6 +47,10 @@ interface nsIGlobalHistory : nsISupports
|
|||
};
|
||||
|
||||
%{ C++
|
||||
// {9491C382-E3C4-11D2-BDBE-0050040A9B44}
|
||||
#define NS_GLOBALHISTORY_CID \
|
||||
{ 0x9491c382, 0xe3c4, 0x11d2, { 0xbd, 0xbe, 0x0, 0x50, 0x4, 0xa, 0x9b, 0x44} }
|
||||
|
||||
#define NS_GLOBALHISTORY_CONTRACTID \
|
||||
"@mozilla.org/browser/global-history;1"
|
||||
|
||||
|
|
|
@ -43,10 +43,6 @@
|
|||
#include "nsAWritableString.h"
|
||||
#include "nsITimer.h"
|
||||
|
||||
// {9491C382-E3C4-11D2-BDBE-0050040A9B44}
|
||||
#define NS_GLOBALHISTORY_CID \
|
||||
{ 0x9491c382, 0xe3c4, 0x11d2, { 0xbd, 0xbe, 0x0, 0x50, 0x4, 0xa, 0x9b, 0x44} }
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
//
|
||||
// nsMdbTableEnumerator
|
||||
|
|
Загрузка…
Ссылка в новой задаче