Backed out changeset a65d0872089a (bug 819090) for mass bustage CLOSED TREE

This commit is contained in:
Wes Kocher 2015-05-13 17:47:55 -07:00
parent 1a8597278b
commit c03e0d7f54

View File

@ -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;