Remove the unneeded variable, no bug, DONTBUILD

This commit is contained in:
Ehsan Akhgari 2015-03-24 17:35:16 -04:00
Родитель 76ac0daed4
Коммит 5bec74a407
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -21,7 +21,6 @@
function runTest() {
iframe = document.querySelector("iframe");
iframe.src = "/tests/dom/workers/test/serviceworkers/fetch/sandbox/register.html";
var ios;
window.onmessage = function(e) {
if (e.data.status == "ok") {
ok(e.data.result, e.data.message);