mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Backed out changeset a65d0872089a (bug 819090) for mass bustage CLOSED TREE
This commit is contained in:
parent
1a8597278b
commit
c03e0d7f54
@ -227,7 +227,7 @@ private:
|
||||
|
||||
// empty if there are no elements with this ID.
|
||||
// The elements are stored as weak pointers.
|
||||
nsAutoTArray<Element*, 1> mIdContentList;
|
||||
nsTArray<Element*> mIdContentList;
|
||||
nsRefPtr<nsBaseContentList> mNameContentList;
|
||||
nsAutoPtr<nsTHashtable<ChangeCallbackEntry> > mChangeCallbacks;
|
||||
nsRefPtr<Element> mImageElement;
|
||||
|
Loading…
Reference in New Issue
Block a user