mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 805063 - Fix hang in crashtest for bug 791330. r=ekr
This commit is contained in:
parent
193f402a2b
commit
90369be346
@ -17,8 +17,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=791330
|
||||
|
||||
navigator.mozGetUserMedia({audio: true, fake: true}, function (stream) {
|
||||
pc.addStream(stream);
|
||||
pc.createOffer(function (offer) {
|
||||
}, finish);
|
||||
pc.createOffer(function (offer) {});
|
||||
finish();
|
||||
}, function () {});
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user