Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo

This commit is contained in:
Chris Peterson
2015-01-06 21:39:46 -08:00
parent ede283a12a
commit ad426f785b
65 changed files with 93 additions and 151 deletions

View File

@@ -104,7 +104,7 @@ SafeOptionListMutation::~SafeOptionListMutation()
HTMLSelectElement::HTMLSelectElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo,
FromParser aFromParser)
: nsGenericHTMLFormElementWithState(aNodeInfo),
mOptions(new HTMLOptionsCollection(MOZ_THIS_IN_INITIALIZER_LIST())),
mOptions(new HTMLOptionsCollection(this)),
mAutocompleteAttrState(nsContentUtils::eAutocompleteAttrState_Unknown),
mIsDoneAddingChildren(!aFromParser),
mDisabledChanged(false),