mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 520303: Fix "assignment to undeclared variable" warning in reftest.js. r=dbaron
This commit is contained in:
parent
6912d252f4
commit
342630d5ea
@ -213,7 +213,7 @@ function StartTests()
|
||||
{
|
||||
try {
|
||||
// Need to read the manifest once we have the final HTTP_SERVER_PORT.
|
||||
args = window.arguments[0].wrappedJSObject;
|
||||
var args = window.arguments[0].wrappedJSObject;
|
||||
|
||||
if ("nocache" in args && args["nocache"])
|
||||
gNoCanvasCache = true;
|
||||
|
Loading…
Reference in New Issue
Block a user