Index: LayoutTests/fast/css/fontfaceset-events.html |
diff --git a/LayoutTests/fast/css/fontfaceset-events.html b/LayoutTests/fast/css/fontfaceset-events.html |
index dc35c5a2cd49caf8955597ad578313740745560f..0cc7089ee6d40556ba7b78da7f47ac0325b01305 100644 |
--- a/LayoutTests/fast/css/fontfaceset-events.html |
+++ b/LayoutTests/fast/css/fontfaceset-events.html |
@@ -26,7 +26,7 @@ function runTests() { |
document.fonts.onloadingdone = handleEvent; |
document.fonts.onloadingerror = handleEvent; |
- document.fonts.ready().then(function() { |
+ document.fonts.ready.then(function() { |
shouldBe('numberOfEvents', '2'); |
finishJSTest(); |
}); |