Changeset 221823 in webkit for trunk/Source/JavaScriptCore/assembler/MacroAssembler.cpp
- Timestamp:
- Sep 9, 2017, 9:54:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/MacroAssembler.cpp
r221774 r221823 39 39 static void stdFunctionCallback(Probe::Context& context) 40 40 { 41 auto func = context.arg<const std::function<void(Probe::Context&)>*>();41 auto func = static_cast<const std::function<void(Probe::Context&)>*>(context.arg); 42 42 (*func)(context); 43 43 }
Note:
See TracChangeset
for help on using the changeset viewer.