Chromium Code Reviews| Index: src/full-codegen.cc |
| =================================================================== |
| --- src/full-codegen.cc (revision 5919) |
| +++ src/full-codegen.cc (working copy) |
| @@ -593,7 +593,7 @@ |
| ASSERT(function->intrinsic_type == Runtime::INLINE); |
| InlineFunctionGenerator generator = |
| FindInlineFunctionGenerator(function->function_id); |
| - ASSERT(generator != NULL); |
| + ASSERT(generator != 0); |
| ((*this).*(generator))(args); |
| } |