Bug 330494, changing the category names per bz' suggestion

This commit is contained in:
Olli.Pettay%helsinki.fi 2006-04-11 17:05:25 +00:00
Родитель 46def5be45
Коммит d8829e2853
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2944,7 +2944,7 @@ ReportUseOfDeprecatedMethod(nsHTMLDocument* aDoc, const char* aWarning)
GetDocumentURI(),
EmptyString(), 0, 0,
nsIScriptError::warningFlag,
"HTML Document");
"DOM Events");
}
NS_IMETHODIMP

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

@ -3824,7 +3824,7 @@ ReportUseOfDeprecatedMethod(nsGlobalWindow* aWindow, const char* aWarning)
doc ? doc->GetDocumentURI() : nsnull,
EmptyString(), 0, 0,
nsIScriptError::warningFlag,
"DOM Window");
"DOM Events");
}
NS_IMETHODIMP