Backed out changeset 6c40b2d396c6 (bug 836349) for a bad commit message.

This commit is contained in:
Ryan VanderMeulen 2013-04-08 17:29:38 -04:00
Родитель 68665d0480
Коммит 43d4bf4779
2 изменённых файлов: 0 добавлений и 21 удалений

Просмотреть файл

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=836349
-->
<head>
<meta charset="utf-8">
<title>Bug 836349</title>
<script type="application/javascript">
function crash()
{
var pc = new mozRTCPeerConnection();
var ld = pc.localDescription;
dump(ld.sdp);
}
</script>
</head>
<body onload="crash();">
</html>

Просмотреть файл

@ -8,7 +8,6 @@ load 799419.html
load 802982.html
load 812785.html
load 834100.html
load 836349.html
load 837324.html
load 837421.html
load 855796.html