Merge mozilla-central and mozilla-inbound

This commit is contained in:
Marco Bonardo 2011-10-11 11:15:20 +02:00
Родитель c59991d598 b95083a6a6
Коммит 6c84701477
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -854,7 +854,7 @@ nsContextMenu.prototype = {
canvas.height = video.videoHeight;
var ctxDraw = canvas.getContext("2d");
ctxDraw.drawImage(video, 0, 0);
saveImageURL(canvas.toDataURL("image/jpg", ""), name, "SaveImageTitle", true, false, document.documentURIObject);
saveImageURL(canvas.toDataURL("image/jpeg", ""), name, "SaveImageTitle", true, false, document.documentURIObject);
},
fullScreenVideo: function () {