mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1207494 - Part 3: Remove use of expression closure from dom/browser-element/. r=smaug
This commit is contained in:
parent
36f624dda4
commit
90fe426fe0
@ -29,7 +29,7 @@ function runTest() {
|
||||
});
|
||||
|
||||
// Force the iframe to repaint.
|
||||
SimpleTest.executeSoon(function () iframe.src += '#next');
|
||||
SimpleTest.executeSoon(() => iframe.src += '#next');
|
||||
});
|
||||
|
||||
// Remove the first listener to make sure it's not called.
|
||||
|
Loading…
Reference in New Issue
Block a user