mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
change nsIAttribute so it can be used by extensions 390480, r+sr=bz a=jst
This commit is contained in:
parent
58a4456f21
commit
651fb411a6
@ -75,10 +75,12 @@ public:
|
||||
virtual nsresult SetOwnerDocument(nsIDocument* aDocument) = 0;
|
||||
|
||||
protected:
|
||||
#ifdef MOZILLA_INTERNAL_API
|
||||
nsIAttribute(nsDOMAttributeMap *aAttrMap, nsINodeInfo *aNodeInfo)
|
||||
: nsINode(aNodeInfo), mAttrMap(aAttrMap)
|
||||
{
|
||||
}
|
||||
#endif //MOZILLA_INTERNAL_API
|
||||
|
||||
nsDOMAttributeMap *mAttrMap; // WEAK
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user