mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 947592 - Streamline ReportLoadError. r=bent
This commit is contained in:
parent
7b139fafd1
commit
6afd61f357
@ -876,8 +876,7 @@ void ReportLoadError(JSContext* aCx, const nsAString& aURL,
|
||||
break;
|
||||
|
||||
default:
|
||||
JS_ReportError(aCx, "Failed to load script: %s (nsresult = 0x%x)",
|
||||
url.get(), aLoadResult);
|
||||
JS_ReportError(aCx, "Failed to load script (nsresult = 0x%x)", aLoadResult);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user