From aea8efff9bb4ed1cce4efe388c19f3de14eff491 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 git-svn-id: svn://10.0.0.236/trunk@111503 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/public/nsLayoutAtomList.h | 4 ++-- mozilla/layout/base/nsLayoutAtomList.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/content/shared/public/nsLayoutAtomList.h b/mozilla/content/shared/public/nsLayoutAtomList.h index 36f93688ef7..c9e98fa6c0a 100644 --- a/mozilla/content/shared/public/nsLayoutAtomList.h +++ b/mozilla/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/mozilla/layout/base/nsLayoutAtomList.h b/mozilla/layout/base/nsLayoutAtomList.h index 36f93688ef7..c9e98fa6c0a 100644 --- a/mozilla/layout/base/nsLayoutAtomList.h +++ b/mozilla/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")