This commit is contained in:
kipp%netscape.com 1998-09-02 23:52:24 +00:00
Родитель 9cff4f18f7
Коммит 6770dc586e
6 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -156,6 +156,7 @@ nsIAtom* nsHTMLAtoms::pagex;
nsIAtom* nsHTMLAtoms::pagey;
nsIAtom* nsHTMLAtoms::pointSize;
nsIAtom* nsHTMLAtoms::pre;
nsIAtom* nsHTMLAtoms::profile;
nsIAtom* nsHTMLAtoms::prompt;
nsIAtom* nsHTMLAtoms::readonly;
nsIAtom* nsHTMLAtoms::rel;
@ -348,6 +349,7 @@ void nsHTMLAtoms::AddrefAtoms()
pagey = NS_NewAtom("PAGEY");
pointSize = NS_NewAtom("POINT-SIZE");
pre = NS_NewAtom("PRE");
profile = NS_NewAtom("PROFILE");
prompt = NS_NewAtom("PROMPT");
readonly = NS_NewAtom("READONLY");
rel = NS_NewAtom("REL");
@ -533,6 +535,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(pagey);
NS_RELEASE(pointSize);
NS_RELEASE(pre);
NS_RELEASE(profile);
NS_RELEASE(prompt);
NS_RELEASE(readonly);
NS_RELEASE(rel);

Просмотреть файл

@ -188,6 +188,7 @@ public:
static nsIAtom* pagey;
static nsIAtom* pointSize;
static nsIAtom* pre;
static nsIAtom* profile;
static nsIAtom* prompt;
static nsIAtom* readonly;

Просмотреть файл

@ -188,6 +188,7 @@ public:
static nsIAtom* pagey;
static nsIAtom* pointSize;
static nsIAtom* pre;
static nsIAtom* profile;
static nsIAtom* prompt;
static nsIAtom* readonly;

Просмотреть файл

@ -156,6 +156,7 @@ nsIAtom* nsHTMLAtoms::pagex;
nsIAtom* nsHTMLAtoms::pagey;
nsIAtom* nsHTMLAtoms::pointSize;
nsIAtom* nsHTMLAtoms::pre;
nsIAtom* nsHTMLAtoms::profile;
nsIAtom* nsHTMLAtoms::prompt;
nsIAtom* nsHTMLAtoms::readonly;
nsIAtom* nsHTMLAtoms::rel;
@ -348,6 +349,7 @@ void nsHTMLAtoms::AddrefAtoms()
pagey = NS_NewAtom("PAGEY");
pointSize = NS_NewAtom("POINT-SIZE");
pre = NS_NewAtom("PRE");
profile = NS_NewAtom("PROFILE");
prompt = NS_NewAtom("PROMPT");
readonly = NS_NewAtom("READONLY");
rel = NS_NewAtom("REL");
@ -533,6 +535,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(pagey);
NS_RELEASE(pointSize);
NS_RELEASE(pre);
NS_RELEASE(profile);
NS_RELEASE(prompt);
NS_RELEASE(readonly);
NS_RELEASE(rel);

Просмотреть файл

@ -156,6 +156,7 @@ nsIAtom* nsHTMLAtoms::pagex;
nsIAtom* nsHTMLAtoms::pagey;
nsIAtom* nsHTMLAtoms::pointSize;
nsIAtom* nsHTMLAtoms::pre;
nsIAtom* nsHTMLAtoms::profile;
nsIAtom* nsHTMLAtoms::prompt;
nsIAtom* nsHTMLAtoms::readonly;
nsIAtom* nsHTMLAtoms::rel;
@ -348,6 +349,7 @@ void nsHTMLAtoms::AddrefAtoms()
pagey = NS_NewAtom("PAGEY");
pointSize = NS_NewAtom("POINT-SIZE");
pre = NS_NewAtom("PRE");
profile = NS_NewAtom("PROFILE");
prompt = NS_NewAtom("PROMPT");
readonly = NS_NewAtom("READONLY");
rel = NS_NewAtom("REL");
@ -533,6 +535,7 @@ void nsHTMLAtoms::ReleaseAtoms()
NS_RELEASE(pagey);
NS_RELEASE(pointSize);
NS_RELEASE(pre);
NS_RELEASE(profile);
NS_RELEASE(prompt);
NS_RELEASE(readonly);
NS_RELEASE(rel);

Просмотреть файл

@ -188,6 +188,7 @@ public:
static nsIAtom* pagey;
static nsIAtom* pointSize;
static nsIAtom* pre;
static nsIAtom* profile;
static nsIAtom* prompt;
static nsIAtom* readonly;