mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Remove ^M that was accidentially checked in.
This commit is contained in:
parent
12d5c044ec
commit
3d43b4fb31
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user