mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
Add missing null terminator to fix crash. b=224039 Patch from Adam James Fitzpatrick <ajfitzpatrick@lurking.org>. r+sr=bzbarsky,dbaron
This commit is contained in:
parent
a0d72c9110
commit
5aa99c8506
@ -321,7 +321,8 @@ nsHTMLTableColElement::HasAttributeDependentStyle(const nsIAtom* aAttribute) con
|
||||
};
|
||||
|
||||
static const AttributeDependenceEntry span_attribute[] = {
|
||||
{ &nsHTMLAtoms::span }
|
||||
{ &nsHTMLAtoms::span },
|
||||
{ nsnull }
|
||||
};
|
||||
|
||||
static const AttributeDependenceEntry* const col_map[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user