Changeset 216173 in webkit for trunk/Source/JavaScriptCore/jit
- Timestamp:
- May 3, 2017, 10:50:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/Repatch.cpp
r214905 r216173 763 763 for (CallVariant variant : list) { 764 764 CodeBlock* codeBlock; 765 if ( isWebAssembly ||variant.executable()->isHostFunction())765 if (variant.executable()->isHostFunction()) 766 766 codeBlock = nullptr; 767 767 else {
Note:
See TracChangeset
for help on using the changeset viewer.