Index: src/ia32/stub-cache-ia32.cc |
=================================================================== |
--- src/ia32/stub-cache-ia32.cc (revision 4222) |
+++ src/ia32/stub-cache-ia32.cc (working copy) |
@@ -1454,7 +1454,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); |