Chromium Code Reviews| Index: src/arm/stub-cache-arm.cc |
| =================================================================== |
| --- src/arm/stub-cache-arm.cc (revision 4215) |
| +++ src/arm/stub-cache-arm.cc (working copy) |
| @@ -923,7 +923,7 @@ |
| // -- lr : return address |
| // ----------------------------------- |
| SharedFunctionInfo* function_info = function->shared(); |
| - if (function_info->HasCustomCallGenerator()) { |
| + if (false && function_info->HasCustomCallGenerator()) { |
|
Erik Corry
2010/03/23 12:01:50
I will fix this ASAP.
|
| CustomCallGenerator generator = |
| ToCData<CustomCallGenerator>(function_info->function_data()); |
| return generator(this, object, holder, function, name, check); |