diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/thebes/gfxUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/thebes/gfxUtils.cpp b/gfx/thebes/gfxUtils.cpp index ad3ab14f8b..98e68ae862 100644 --- a/gfx/thebes/gfxUtils.cpp +++ b/gfx/thebes/gfxUtils.cpp @@ -1265,7 +1265,7 @@ nsresult gfxUtils::EncodeSourceSurface(SourceSurface* aSurface, nsCOMPtr<nsIClipboardHelper> clipboard( do_GetService("@mozilla.org/widget/clipboardhelper;1", &rv)); if (clipboard) { - clipboard->CopyString(NS_ConvertASCIItoUTF16(dataURI)); + clipboard->CopyString(NS_ConvertASCIItoUTF16(dataURI), nullptr); } } return NS_OK; |