Index: content/test/data/media/getusermedia.html |
diff --git a/content/test/data/media/getusermedia.html b/content/test/data/media/getusermedia.html |
index e248932fa757e9b3d06e40e7bfbe861d77664cfd..86e3219ad9d94ce045bde1555d1e2023ec217f19 100644 |
--- a/content/test/data/media/getusermedia.html |
+++ b/content/test/data/media/getusermedia.html |
@@ -36,7 +36,7 @@ |
navigator.webkitGetUserMedia( |
constraints, |
function(stream) { failTest('Unexpectedly succeeded getUserMedia.'); }, |
- function(error) { reportTestSuccess(); }); |
+ function(error) { sendValueToTest(error.name); }); |
} |
// Creates a MediaStream and renders it locally. When the video is detected to |