mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Declare uri variable in StartTests() in reftest.js to fix a strict JS warning; r=themaid
This commit is contained in:
parent
4733cca974
commit
a95c45d58d
@ -397,6 +397,7 @@ function StartHTTPServer()
|
||||
|
||||
function StartTests()
|
||||
{
|
||||
var uri;
|
||||
#if BOOTSTRAP
|
||||
/* These prefs are optional, so we don't need to spit an error to the log */
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user