diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-09 16:55:01 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-09 16:55:01 -0500 |
commit | 78a837219cb0f28bd48637b1faa2851bb95df92a (patch) | |
tree | e8b5c238827a9c33cc3bb3630b58d2a79fe88a01 /dom | |
parent | 3d3b434e7dd0538ca690127f7df77630ec56565f (diff) | |
download | aura-central-78a837219cb0f28bd48637b1faa2851bb95df92a.tar.gz |
Revert "Issue %3057 - Part 3: Stop using GetNativePath in ffvpx."
This reverts commit e40736bcf402eecbae514a9f75517531a4126626.
Diffstat (limited to 'dom')
-rw-r--r-- | dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp b/dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp index 006cf6f38..02be71e4d 100644 --- a/dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp +++ b/dom/media/platforms/ffmpeg/ffvpx/FFVPXRuntimeLinker.cpp @@ -76,7 +76,7 @@ FFVPXRuntimeLinker::Init() return false; } nsAutoCString rootPath; - if (NS_FAILED(rootDir->GetPersistentDescriptor(rootPath))) { + if (NS_FAILED(rootDir->GetNativePath(rootPath))) { return false; } |