diff --git a/content/shared/public/nsLayoutAtomList.h b/content/shared/public/nsLayoutAtomList.h index 36f93688ef7..c9e98fa6c0a 100644 --- a/content/shared/public/nsLayoutAtomList.h +++ b/content/shared/public/nsLayoutAtomList.h @@ -103,8 +103,8 @@ LAYOUT_ATOM(blockFrame, "BlockFrame") LAYOUT_ATOM(boxFrame, "BoxFrame") LAYOUT_ATOM(brFrame, "BRFrame") LAYOUT_ATOM(bulletFrame, "BulletFrame") -LAYOUT_ATOM(comboBoxFrame, "ComboBoxFrame"); -LAYOUT_ATOM(fieldSetFrame, "FieldSetFrame"); +LAYOUT_ATOM(comboBoxFrame, "ComboBoxFrame") +LAYOUT_ATOM(fieldSetFrame, "FieldSetFrame") LAYOUT_ATOM(fileControlFrame, "FileControlFrame") LAYOUT_ATOM(formControlFrame, "FormControlFrame") LAYOUT_ATOM(gfxButtonControlFrame, "gfxButtonControlFrame") diff --git a/layout/base/nsLayoutAtomList.h b/layout/base/nsLayoutAtomList.h index 36f93688ef7..c9e98fa6c0a 100644 --- a/layout/base/nsLayoutAtomList.h +++ b/layout/base/nsLayoutAtomList.h @@ -103,8 +103,8 @@ LAYOUT_ATOM(blockFrame, "BlockFrame") LAYOUT_ATOM(boxFrame, "BoxFrame") LAYOUT_ATOM(brFrame, "BRFrame") LAYOUT_ATOM(bulletFrame, "BulletFrame") -LAYOUT_ATOM(comboBoxFrame, "ComboBoxFrame"); -LAYOUT_ATOM(fieldSetFrame, "FieldSetFrame"); +LAYOUT_ATOM(comboBoxFrame, "ComboBoxFrame") +LAYOUT_ATOM(fieldSetFrame, "FieldSetFrame") LAYOUT_ATOM(fileControlFrame, "FileControlFrame") LAYOUT_ATOM(formControlFrame, "FormControlFrame") LAYOUT_ATOM(gfxButtonControlFrame, "gfxButtonControlFrame")