mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 948929 - MToId is not PJS safe. (r=nmatsakis)
This commit is contained in:
parent
e5ad2f7075
commit
e9bf501722
@ -146,7 +146,7 @@ class ParallelSafetyVisitor : public MInstructionVisitor
|
||||
UNSAFE_OP(CallDirectEval)
|
||||
SAFE_OP(BitNot)
|
||||
UNSAFE_OP(TypeOf)
|
||||
SAFE_OP(ToId)
|
||||
UNSAFE_OP(ToId)
|
||||
SAFE_OP(BitAnd)
|
||||
SAFE_OP(BitOr)
|
||||
SAFE_OP(BitXor)
|
||||
|
Loading…
Reference in New Issue
Block a user