Attempt to fix Windows bustage. b=238099

This commit is contained in:
dbaron%dbaron.org 2004-08-05 18:44:42 +00:00
parent d35f39cc02
commit 53d986e97b
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ public:
};
struct URL {
nsCSSDocumentRule::Function func;
Function func;
nsCString url;
URL *next;

View File

@ -175,7 +175,7 @@ public:
};
struct URL {
nsCSSDocumentRule::Function func;
Function func;
nsCString url;
URL *next;