Changeset 59746 in webkit for trunk/JavaScriptCore/runtime/Lookup.cpp
- Timestamp:
- May 18, 2010, 11:04:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Lookup.cpp
r59637 r59746 79 79 #if ENABLE(JIT) 80 80 if (entry->generator()) 81 function = new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), entry->functionLength(), propertyName, exec->globalData().get NativeExecutable(entry->function(), entry->generator()));81 function = new (exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), entry->functionLength(), propertyName, exec->globalData().getHostFunction(entry->function(), entry->generator())); 82 82 else 83 83 #endif
Note:
See TracChangeset
for help on using the changeset viewer.