Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user