зеркало из https://github.com/mozilla/gecko-dev.git
Fix bustage from scc's checkin for bug 85271.
This commit is contained in:
Родитель
54bf98af4a
Коммит
1e471a5e40
|
@ -204,7 +204,7 @@ void nsCSSScanner::Init(nsIUnicharInputStream* aInput, nsIURI* aURI)
|
|||
if (aURI) {
|
||||
aURI->GetSpec(getter_Copies(mFileName));
|
||||
} else {
|
||||
mFileName = "from DOM";
|
||||
mFileName.Adopt(nsCRT::strdup("from DOM"));
|
||||
}
|
||||
mColNumber = 0;
|
||||
#endif // CSS_REPORT_PARSE_ERRORS
|
||||
|
|
|
@ -204,7 +204,7 @@ void nsCSSScanner::Init(nsIUnicharInputStream* aInput, nsIURI* aURI)
|
|||
if (aURI) {
|
||||
aURI->GetSpec(getter_Copies(mFileName));
|
||||
} else {
|
||||
mFileName = "from DOM";
|
||||
mFileName.Adopt(nsCRT::strdup("from DOM"));
|
||||
}
|
||||
mColNumber = 0;
|
||||
#endif // CSS_REPORT_PARSE_ERRORS
|
||||
|
|
Загрузка…
Ссылка в новой задаче