зеркало из https://github.com/mozilla/pjs.git
Remove ^M that was accidentially checked in.
This commit is contained in:
Родитель
9eca9c6473
Коммит
7eb79900d7
|
@ -337,7 +337,7 @@ nsSecureBrowserUIImpl::OnStateChange(nsIWebProgress* aWebProgress,
|
|||
!nsCRT::strncmp((const char*) temp, "jar:", 4) ||
|
||||
!nsCRT::strncmp((const char*) temp, "javascript:", 10) ||
|
||||
!nsCRT::strcmp((const char*) temp, "about:layout-dummy-request") ||
|
||||
!nsCRT::strcmp((const char*) temp, "about:parser-dummy-request")) {
|
||||
!nsCRT::strcmp((const char*) temp, "about:parser-dummy-request")) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче