This commit is contained in:
bzbarsky%mit.edu 2004-03-09 04:28:14 +00:00
Родитель 4996f394d9
Коммит 26e1b4c6ec
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -310,7 +310,7 @@ public:
MOZ_DECL_CTOR_COUNTER(nsCSSValue::Image)
struct nsCSSValue::Image : public nsCSSValue::URL {
struct Image : public URL {
// Not making the constructor and destructor inline because that would
// force us to include imgIRequest.h, which leads to REQUIRES hell, since
// this header is included all over.

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

@ -310,7 +310,7 @@ public:
MOZ_DECL_CTOR_COUNTER(nsCSSValue::Image)
struct nsCSSValue::Image : public nsCSSValue::URL {
struct Image : public URL {
// Not making the constructor and destructor inline because that would
// force us to include imgIRequest.h, which leads to REQUIRES hell, since
// this header is included all over.