From 3ed30608b42bdb7f94cb2e7bab6ee016c18f1eba Mon Sep 17 00:00:00 2001 From: "peterl%netscape.com" Date: Sat, 23 Jan 1999 07:02:10 +0000 Subject: [PATCH] fixed case of media atoms git-svn-id: svn://10.0.0.236/trunk@18424 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/src/nsLayoutAtoms.cpp | 20 ++++++++++---------- mozilla/layout/base/nsLayoutAtoms.cpp | 20 ++++++++++---------- mozilla/layout/base/src/nsLayoutAtoms.cpp | 20 ++++++++++---------- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/mozilla/content/shared/src/nsLayoutAtoms.cpp b/mozilla/content/shared/src/nsLayoutAtoms.cpp index 7fc641db25d..2676ac6bb68 100644 --- a/mozilla/content/shared/src/nsLayoutAtoms.cpp +++ b/mozilla/content/shared/src/nsLayoutAtoms.cpp @@ -50,16 +50,16 @@ static nsrefcnt gRefCnt; void nsLayoutAtoms::AddrefAtoms() { if (0 == gRefCnt) { - all = NS_NewAtom("ALL"); - aural = NS_NewAtom("AURAL"); - braille = NS_NewAtom("BRAILLE"); - embossed = NS_NewAtom("EMBOSSED"); - handheld = NS_NewAtom("HANDHELD"); - print = NS_NewAtom("PRINT"); - projection = NS_NewAtom("PROJECTION"); - screen = NS_NewAtom("SCREEN"); - tty = NS_NewAtom("TTY"); - tv = NS_NewAtom("TV"); + all = NS_NewAtom("all"); // Media atoms must be lower case + aural = NS_NewAtom("aural"); + braille = NS_NewAtom("braille"); + embossed = NS_NewAtom("embossed"); + handheld = NS_NewAtom("handheld"); + print = NS_NewAtom("print"); + projection = NS_NewAtom("projection"); + screen = NS_NewAtom("screen"); + tty = NS_NewAtom("tty"); + tv = NS_NewAtom("tv"); htmlNameSpace = NS_NewAtom("html"); xmlNameSpace = NS_NewAtom("xml"); diff --git a/mozilla/layout/base/nsLayoutAtoms.cpp b/mozilla/layout/base/nsLayoutAtoms.cpp index 7fc641db25d..2676ac6bb68 100644 --- a/mozilla/layout/base/nsLayoutAtoms.cpp +++ b/mozilla/layout/base/nsLayoutAtoms.cpp @@ -50,16 +50,16 @@ static nsrefcnt gRefCnt; void nsLayoutAtoms::AddrefAtoms() { if (0 == gRefCnt) { - all = NS_NewAtom("ALL"); - aural = NS_NewAtom("AURAL"); - braille = NS_NewAtom("BRAILLE"); - embossed = NS_NewAtom("EMBOSSED"); - handheld = NS_NewAtom("HANDHELD"); - print = NS_NewAtom("PRINT"); - projection = NS_NewAtom("PROJECTION"); - screen = NS_NewAtom("SCREEN"); - tty = NS_NewAtom("TTY"); - tv = NS_NewAtom("TV"); + all = NS_NewAtom("all"); // Media atoms must be lower case + aural = NS_NewAtom("aural"); + braille = NS_NewAtom("braille"); + embossed = NS_NewAtom("embossed"); + handheld = NS_NewAtom("handheld"); + print = NS_NewAtom("print"); + projection = NS_NewAtom("projection"); + screen = NS_NewAtom("screen"); + tty = NS_NewAtom("tty"); + tv = NS_NewAtom("tv"); htmlNameSpace = NS_NewAtom("html"); xmlNameSpace = NS_NewAtom("xml"); diff --git a/mozilla/layout/base/src/nsLayoutAtoms.cpp b/mozilla/layout/base/src/nsLayoutAtoms.cpp index 7fc641db25d..2676ac6bb68 100644 --- a/mozilla/layout/base/src/nsLayoutAtoms.cpp +++ b/mozilla/layout/base/src/nsLayoutAtoms.cpp @@ -50,16 +50,16 @@ static nsrefcnt gRefCnt; void nsLayoutAtoms::AddrefAtoms() { if (0 == gRefCnt) { - all = NS_NewAtom("ALL"); - aural = NS_NewAtom("AURAL"); - braille = NS_NewAtom("BRAILLE"); - embossed = NS_NewAtom("EMBOSSED"); - handheld = NS_NewAtom("HANDHELD"); - print = NS_NewAtom("PRINT"); - projection = NS_NewAtom("PROJECTION"); - screen = NS_NewAtom("SCREEN"); - tty = NS_NewAtom("TTY"); - tv = NS_NewAtom("TV"); + all = NS_NewAtom("all"); // Media atoms must be lower case + aural = NS_NewAtom("aural"); + braille = NS_NewAtom("braille"); + embossed = NS_NewAtom("embossed"); + handheld = NS_NewAtom("handheld"); + print = NS_NewAtom("print"); + projection = NS_NewAtom("projection"); + screen = NS_NewAtom("screen"); + tty = NS_NewAtom("tty"); + tv = NS_NewAtom("tv"); htmlNameSpace = NS_NewAtom("html"); xmlNameSpace = NS_NewAtom("xml");