Bug 581177 followup. Remove bogus comment and rev iids.

This commit is contained in:
Boris Zbarsky 2011-04-08 00:02:10 -07:00
parent 1c084db66c
commit 4eb3b0b671
2 changed files with 4 additions and 5 deletions

View File

@ -76,8 +76,8 @@ enum nsLinkState {
// IID for the nsIContent interface
#define NS_ICONTENT_IID \
{ 0x5788c9eb, 0x646a, 0x4285, \
{ 0xa2, 0x8c, 0xde, 0x0d, 0x43, 0x6b, 0x47, 0x72 } }
{ 0x32b94ba0, 0x1ebc, 0x4dfc, \
{ 0xba, 0x8c, 0x5f, 0x24, 0x2b, 0xcb, 0xaf, 0xce } }
/**
* A node of content in a document's content model. This interface

View File

@ -277,8 +277,8 @@ private:
// IID for the nsINode interface
#define NS_INODE_IID \
{ 0x2a8dc794, 0x9178, 0x400e, \
{ 0x81, 0xff, 0x55, 0x30, 0x30, 0xb6, 0x74, 0x3b } }
{ 0x4776aa9a, 0xa886, 0x40c9, \
{ 0xae, 0x4c, 0x4d, 0x92, 0xe2, 0xf0, 0xd9, 0x61 } }
/**
* An internal interface that abstracts some DOMNode-related parts that both
@ -688,7 +688,6 @@ public:
/**
* Get the parent nsIContent for this node.
* @return the parent, or null if no parent or the parent is not an nsIContent
* Implemented in nsIContent.h
*/
nsIContent* GetParent() const {
return NS_LIKELY(GetBoolFlag(ParentIsContent)) ?