mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Fix accidental typo in my last checkin
This commit is contained in:
parent
462757fa67
commit
fe5dce8079
@ -101,7 +101,7 @@ public:
|
||||
// Returns attribute name at given position, *not* out-of-bounds safe
|
||||
const nsAttrName* AttrNameAt(PRUint32 aPos) const;
|
||||
|
||||
// Returns attribute name at given position or null if aPos is out-of-boundss
|
||||
// Returns attribute name at given position or null if aPos is out-of-bounds
|
||||
const nsAttrName* GetSafeAttrNameAt(PRUint32 aPos) const;
|
||||
|
||||
// aName is UTF-8 encoded
|
||||
|
Loading…
x
Reference in New Issue
Block a user