Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/shapedetection/detection-options.html |
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-options.html b/third_party/WebKit/LayoutTests/shapedetection/detection-options.html |
| index 4954886fccc63d879497268561aceeb83d4012cf..fb12e70d34d88b462735e3de2da9c1b1e2cc0980 100644 |
| --- a/third_party/WebKit/LayoutTests/shapedetection/detection-options.html |
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detection-options.html |
| @@ -10,7 +10,7 @@ |
| async_test(function(t) { |
| var img = document.getElementById("img"); |
| var theMock = null; |
| - mockFaceDetectionReady |
| + mockFaceDetectionProviderReady |
| .then(mock => { |
| theMock = mock; |
| return new FaceDetector(); |