summaryrefslogtreecommitdiffstats
path: root/dom/fs/parent/FileSystemAccessHandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/fs/parent/FileSystemAccessHandle.cpp')
-rw-r--r--dom/fs/parent/FileSystemAccessHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/fs/parent/FileSystemAccessHandle.cpp b/dom/fs/parent/FileSystemAccessHandle.cpp
index 07430ce476..5fb2e02fc4 100644
--- a/dom/fs/parent/FileSystemAccessHandle.cpp
+++ b/dom/fs/parent/FileSystemAccessHandle.cpp
@@ -177,7 +177,7 @@ FileSystemAccessHandle::BeginInit() {
mLocked = true;
- auto CreateAndRejectInitPromise = [](const char* aFunc, nsresult aRv) {
+ auto CreateAndRejectInitPromise = [](StaticString aFunc, nsresult aRv) {
return CreateAndRejectMozPromise<InitPromise>(aFunc, aRv);
};