Index: LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html |
diff --git a/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html b/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html |
index 4c9f2cfc4908df077626e3798a25fe19faa8d3df..b90b03da39af865e821f8e0c6ef0461234518d23 100644 |
--- a/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html |
+++ b/LayoutTests/fast/css/fontfaceset-add-remove-while-loading.html |
@@ -16,7 +16,7 @@ function testStep1() { |
document.fonts.add(face1); |
shouldBeEqualToString('document.fonts.status', 'loading'); |
- document.fonts.ready().then(testStep2); |
+ document.fonts.ready.then(testStep2); |
} |
function testStep2() { |