Bug 82711 - Fix error with some compilers from previous patch. r=bzbarsky

This commit is contained in:
Brian Marshall
2014-10-30 06:09:22 -07:00
parent 9e050e67cc
commit 7b47b723e7

View File

@@ -444,7 +444,7 @@ HTMLTextAreaElement::GetAttributeChangeHint(const nsIAtom* aAttribute,
NS_IMETHODIMP_(bool)
HTMLTextAreaElement::IsAttributeMapped(const nsIAtom* aAttribute) const
{
static const MappedAttributeEntry attributes[] {
static const MappedAttributeEntry attributes[] = {
{ &nsGkAtoms::wrap },
{ nullptr }
};