зеркало из https://github.com/mozilla/gecko-dev.git
Fixing build bustage.
This commit is contained in:
Родитель
4996f394d9
Коммит
26e1b4c6ec
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче