summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-13 08:57:25 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-13 08:57:25 +0200
commit58e05d90e141de4c86c58565eca797ee09999d8e (patch)
treec3e96d2bee56906d7a5332124765a1c1aa954b4b
parent5fccd1cabd7b120e19753541cc5e9184e181b536 (diff)
downloadUXP-58e05d90e141de4c86c58565eca797ee09999d8e.tar
UXP-58e05d90e141de4c86c58565eca797ee09999d8e.tar.gz
UXP-58e05d90e141de4c86c58565eca797ee09999d8e.tar.lz
UXP-58e05d90e141de4c86c58565eca797ee09999d8e.tar.xz
UXP-58e05d90e141de4c86c58565eca797ee09999d8e.zip
Style clean up: saveImageURL() in nsContextMenu.js
Tag #139
-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 17db4d3a9..03513bd84 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 () {