mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836050 followup. Rev the nsIContent and Element IIDs. r=smaug
This commit is contained in:
parent
13b47acc40
commit
692cc658a6
@ -121,8 +121,8 @@ class UndoManager;
|
|||||||
|
|
||||||
// IID for the dom::Element interface
|
// IID for the dom::Element interface
|
||||||
#define NS_ELEMENT_IID \
|
#define NS_ELEMENT_IID \
|
||||||
{ 0xc6c049a1, 0x96e8, 0x4580, \
|
{ 0xcae9f7e7, 0x6163, 0x47b5, \
|
||||||
{ 0xa6, 0x93, 0xb9, 0x5f, 0x53, 0xbe, 0xe8, 0x1c } }
|
{ 0xa1, 0x63, 0x30, 0xc8, 0x1d, 0x2d, 0x79, 0x39 } }
|
||||||
|
|
||||||
class Element : public FragmentOrElement
|
class Element : public FragmentOrElement
|
||||||
{
|
{
|
||||||
|
@ -34,8 +34,8 @@ enum nsLinkState {
|
|||||||
|
|
||||||
// IID for the nsIContent interface
|
// IID for the nsIContent interface
|
||||||
#define NS_ICONTENT_IID \
|
#define NS_ICONTENT_IID \
|
||||||
{ 0xe2985850, 0x81ca, 0x4b5d, \
|
{ 0x8a8b4b1d, 0x72d8, 0x428e, \
|
||||||
{ 0xb0, 0xf3, 0xe3, 0x95, 0xd5, 0x0d, 0x85, 0x64 } }
|
{ 0x95, 0x75, 0xf9, 0x18, 0xba, 0xf6, 0x9e, 0xa1 } }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A node of content in a document's content model. This interface
|
* A node of content in a document's content model. This interface
|
||||||
|
Loading…
Reference in New Issue
Block a user