| Index: third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html b/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html
|
| index ad346fb2bbdbf9a65fa5aabc7f8d3b5f2ed987a7..53d32ac77762e737ad130c53625e01536ac8adac 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/detectshape-HTMLImageElement.html
|
| @@ -33,7 +33,7 @@ var createTestForImageElement = function(detectorName, detectionResultTest) {
|
| assert_unreached("Error during detect(img): " + error);
|
| });
|
|
|
| - }, 'Detector detect(HTMLImageElement)');
|
| + }, "Detector detect(HTMLImageElement)");
|
| };
|
|
|
| function FaceDetectorDetectionResultTest(detectionResult, mock) {
|
|
|