| Index: third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
|
| index 879251e20df9c337b5b54789e14aaf0e53932206..d67a55e2994dcdea1e01f8277f95a6d1e87f23f4 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detection-HTMLVideoElement.html
|
| @@ -23,7 +23,7 @@ var createTestForVideoElement = 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(video);
|
|
|