mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
js/xpconnect: pre-C++17 fix
This commit is contained in:
parent
8a8546f49f
commit
a088e79f72
1 changed files with 1 additions and 1 deletions
|
|
@ -3111,7 +3111,7 @@ nsresult
|
|||
GetSandboxMetadata(JSContext* cx, JS::HandleObject sandboxArg,
|
||||
JS::MutableHandleValue rval);
|
||||
|
||||
[[nodiscard]] nsresult
|
||||
MOZ_MUST_USE nsresult
|
||||
SetSandboxMetadata(JSContext* cx, JS::HandleObject sandboxArg,
|
||||
JS::HandleValue metadata);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue