From bc6e992a4c5498494e4dc3daee05bbe2aee89576 Mon Sep 17 00:00:00 2001 From: "bernd.mielke%snafu.de" Date: Mon, 7 Jan 2002 21:29:52 +0000 Subject: [PATCH] fix torino --- content/shared/public/nsLayoutAtomList.h | 4 ++-- layout/base/nsLayoutAtomList.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/shared/public/nsLayoutAtomList.h b/content/shared/public/nsLayoutAtomList.h index 36f93688ef7c..c9e98fa6c0a5 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 36f93688ef7c..c9e98fa6c0a5 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")