summaryrefslogtreecommitdiff
path: root/widget/nsDeviceContextSpecProxy.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-05-09 22:38:16 +0000
committerMoonchild <moonchild@palemoon.org>2022-05-09 22:38:16 +0000
commit9edf1b7bea5ff893f88911fc1a6a2dca3faeece9 (patch)
tree98bd9b0c7e3ca3e517e9e43dea157707b13f6bdb /widget/nsDeviceContextSpecProxy.cpp
parent930ddd693be251c86ee904dafbaef38234b692c0 (diff)
downloaduxp-getnativepath-work.tar.gz
Issue #1896 - Port GetNativePath changes from GRE.getnativepath-work
Diffstat (limited to 'widget/nsDeviceContextSpecProxy.cpp')
-rw-r--r--widget/nsDeviceContextSpecProxy.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/widget/nsDeviceContextSpecProxy.cpp b/widget/nsDeviceContextSpecProxy.cpp
index df09272375..7ff3c6e974 100644
--- a/widget/nsDeviceContextSpecProxy.cpp
+++ b/widget/nsDeviceContextSpecProxy.cpp
@@ -169,7 +169,11 @@ nsDeviceContextSpecProxy::CreateUniqueTempPath(nsACString& aFilePath)
return rv;
}
+#ifdef XP_WIN
+ return recordingFile->GetPersistentDescriptor(aFilePath);
+#else
return recordingFile->GetNativePath(aFilePath);
+#endif
}
NS_IMETHODIMP