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

@@ -19,7 +19,7 @@ namespace dom {
HTMLAreaElement::HTMLAreaElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo)
: nsGenericHTMLElement(aNodeInfo)
, Link(MOZ_THIS_IN_INITIALIZER_LIST())
, Link(this)
{
}