Bug 810572, part 2.5 - rename AccType constants again, r=tbsaunde, sr=roc

This commit is contained in:
Alexander Surkov
2012-12-18 10:25:52 +09:00
parent 7d13467f76
commit 9ab34aa2a6
23 changed files with 78 additions and 78 deletions

View File

@@ -986,7 +986,7 @@ NS_QUERYFRAME_TAIL_INHERITING(nsContainerFrame)
a11y::AccType
nsTableCellFrame::AccessibleType()
{
return a11y::eHTMLTableCell;
return a11y::eHTMLTableCellType;
}
#endif