| Index: third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html b/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html
|
| index ce09411b3b6725623c0fbc53012bd4882865fa04..789880adad4b5f03ea09081a273673b13145bb6a 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detection-ImageBitmap.html
|
| @@ -29,7 +29,7 @@ var createTestForImageBitmap = function(detectorName, mockReady,
|
| return detector;
|
| })
|
| .catch(error => {
|
| - assert_unreached("Error creating MockFaceDetection: " + error);
|
| + assert_unreached("Error creating Mock Detector: " + error);
|
| })
|
| .then(detector => {
|
| return detector.detect(theImageBitmap);
|
|
|