| Index: LayoutTests/fast/css/fontfaceset-download-error.html
|
| diff --git a/LayoutTests/fast/css/fontfaceset-download-error.html b/LayoutTests/fast/css/fontfaceset-download-error.html
|
| index 6c37fa28f989d9cffb3a4203c865109fefb660b4..7466efb97a2d1db5e94492b4212b161b0379d8cc 100644
|
| --- a/LayoutTests/fast/css/fontfaceset-download-error.html
|
| +++ b/LayoutTests/fast/css/fontfaceset-download-error.html
|
| @@ -41,7 +41,7 @@ function runTests() {
|
| document.fonts.addEventListener('loading', onLoading);
|
| document.fonts.addEventListener('loadingdone', onLoadingDone);
|
| document.fonts.addEventListener('loadingerror', onLoadingError);
|
| - document.fonts.ready().then(finish);
|
| + document.fonts.ready.then(finish);
|
| }
|
|
|
| var event;
|
|
|