Chromium Code Reviews| Index: src/bootstrapper.cc |
| =================================================================== |
| --- src/bootstrapper.cc (revision 654) |
| +++ src/bootstrapper.cc (working copy) |
| @@ -840,7 +840,7 @@ |
| // function and insert it into the cache. |
| if (!cache->Lookup(name, &boilerplate)) { |
| #ifdef DEBUG |
| - ASSERT(source->IsAsciiRepresentation()); |
| + ASSERT(StringShape(*source).IsAsciiRepresentation()); |
| #endif |
| Handle<String> script_name = Factory::NewStringFromUtf8(name); |
| boilerplate = |