| Index: third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html
|
| index 816b9de163014ad5a59cf627874748a534b714a7..5c030ddc73514ee6bab37397381b446b7e3568ac 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLCanvasElement.html
|
| @@ -66,14 +66,14 @@ generate_tests(createTestForCanvasElement, [
|
| "Face - HTMLCanvasElement",
|
| () => { return new FaceDetector(); },
|
| () => { return document.createElement("canvas"); },
|
| - () => { return mockFaceDetectionReady; },
|
| + () => { return mockFaceDetectionProviderReady; },
|
| FaceDetectorDetectionResultTest
|
| ],
|
| [
|
| "Face - OffscreenCanvas",
|
| () => { return new FaceDetector(); },
|
| () => { return new OffscreenCanvas(300, 150); },
|
| - () => { return mockFaceDetectionReady; },
|
| + () => { return mockFaceDetectionProviderReady; },
|
| FaceDetectorDetectionResultTest
|
| ],
|
| [
|
|
|