Commit 6c114eb3 authored by Lahiru Ginnaliya Gamathige's avatar Lahiru Ginnaliya Gamathige Committed by Commit Bot

Fix the invalid method name in Webrtc tests

Bug: 1102606
Change-Id: I1f26284306d832fa2fe1ad6578bca6c6eb193843
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284005Reviewed-by: default avatarMirko Bonadei <mbonadei@chromium.org>
Reviewed-by: default avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Lahiru Ginnaliya Gamathige <glahiru@google.com>
Cr-Commit-Position: refs/heads/master@{#785854}
parent 644dce2f
...@@ -17,7 +17,7 @@ var cpuOveruseDetectionCheckbox = $('cpuoveruse-detection'); ...@@ -17,7 +17,7 @@ var cpuOveruseDetectionCheckbox = $('cpuoveruse-detection');
startTestButton.onclick = startTest; startTestButton.onclick = startTest;
function logError(err) { function logError(err) {
console.err(err); console.error(err);
} }
function addNewVideoElement() { function addNewVideoElement() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment