summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content')
-rw-r--r--application/palemoon/base/content/nsContextMenu.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/base/content/nsContextMenu.js b/application/palemoon/base/content/nsContextMenu.js
index f9e371a6b..1d3ceb17e 100644
--- a/application/palemoon/base/content/nsContextMenu.js
+++ b/application/palemoon/base/content/nsContextMenu.js
@@ -932,8 +932,8 @@ nsContextMenu.prototype = {
var ctxDraw = canvas.getContext("2d");
ctxDraw.drawImage(video, 0, 0);
saveImageURL(canvas.toDataURL("image/jpeg", ""), name, "SaveImageTitle",
- true, false, referrerURI,
- null, null, null, isPrivate);
+ true, false, referrerURI, null, null, null,
+ isPrivate);
},
fullScreenVideo: function () {