| Index: src/x64/stub-cache-x64.cc
|
| ===================================================================
|
| --- src/x64/stub-cache-x64.cc (revision 4222)
|
| +++ src/x64/stub-cache-x64.cc (working copy)
|
| @@ -783,7 +783,7 @@
|
| // -----------------------------------
|
|
|
| SharedFunctionInfo* function_info = function->shared();
|
| - if (false && function_info->HasCustomCallGenerator()) {
|
| + if (function_info->HasCustomCallGenerator()) {
|
| CustomCallGenerator generator =
|
| ToCData<CustomCallGenerator>(function_info->function_data());
|
| return generator(this, object, holder, function, name, check);
|
|
|