summaryrefslogtreecommitdiffstats
path: root/toolkit/xre/dllservices/UntrustedModulesProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/xre/dllservices/UntrustedModulesProcessor.h')
-rw-r--r--toolkit/xre/dllservices/UntrustedModulesProcessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/xre/dllservices/UntrustedModulesProcessor.h b/toolkit/xre/dllservices/UntrustedModulesProcessor.h
index b91d88961a..3af6eab923 100644
--- a/toolkit/xre/dllservices/UntrustedModulesProcessor.h
+++ b/toolkit/xre/dllservices/UntrustedModulesProcessor.h
@@ -149,7 +149,7 @@ class UntrustedModulesProcessor final : public nsIObserver,
Priority aPriority);
void CompleteProcessing(ModulesMapResultWithLoads&& aModulesAndLoads);
- RefPtr<UntrustedModulesPromise> GetAllProcessedData(const char* aSource);
+ RefPtr<UntrustedModulesPromise> GetAllProcessedData(StaticString aSource);
private:
RefPtr<LazyIdleThread> mThread;