Bug 1207494 - Part 3: Remove use of expression closure from dom/browser-element/. r=smaug

This commit is contained in:
Tooru Fujisawa 2015-09-23 18:39:13 +09:00
parent 1762042eb4
commit fa3b6cf3af

View File

@ -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.