Open
Bug 1770093
Opened 3 years ago
NS_NewRunnableFunction cannot take methods marked as MOZ_CAN_RUN_SCRIPT
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug)
Details
For example, this lambda cannot be marked as MOZ_CAN_RUN_SCRIPT
because the caller side becomes error.
You need to log in
before you can comment on or make changes to this bug.
Description
•