| Index: third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html
|
| index b9b3b8a2b946f7b327e318cb94be3ade34aae04f..14b24308afe76764ef333e0396cd7e8e769caa84 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLImageElement.html
|
| @@ -22,7 +22,7 @@ var createTestForImageElement = 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(img);
|
|
|