Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: content/test/data/media/face_detection_test.html

Issue 2655303005: Shape detection service: Add QR detection in Mac (Closed)
Patch Set: Don't init explicitly a vector of vectors Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/shapedetection/shapedetection_browsertest.cc ('k') | services/shape_detection/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/face_detection_test.html
diff --git a/content/test/data/media/face_detection_test.html b/content/test/data/media/face_detection_test.html
index 098ef4f79a65f835ad99ab36a5173fa30efc16b1..16b5dd73cb5c4ecbf979cab6dfec5d6460afb773 100644
--- a/content/test/data/media/face_detection_test.html
+++ b/content/test/data/media/face_detection_test.html
@@ -26,8 +26,8 @@
window.domAutomationController.send(results);
})
.catch(error => {
- error = new Error("Error during detection:" + error);
- window.domAutomationController.send(error.stack);
+ error = new Error("Error during detection:" + error.message);
+ window.domAutomationController.send(error.message);
});
}
}
« no previous file with comments | « content/browser/shapedetection/shapedetection_browsertest.cc ('k') | services/shape_detection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698