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

@@ -61,7 +61,7 @@ HTMLTextAreaElement::HTMLTextAreaElement(already_AddRefed<mozilla::dom::NodeInfo
mDisabledChanged(false),
mCanShowInvalidUI(true),
mCanShowValidUI(true),
mState(MOZ_THIS_IN_INITIALIZER_LIST())
mState(this)
{
AddMutationObserver(this);