| Index: src/serialize.cc
|
| ===================================================================
|
| --- src/serialize.cc (revision 4367)
|
| +++ src/serialize.cc (working copy)
|
| @@ -417,7 +417,7 @@
|
| UNCLASSIFIED,
|
| 21,
|
| "compile_array_push");
|
| -#ifdef V8_NATIVE_REGEXP
|
| +#ifndef V8_INTERPRETED_REGEXP
|
| Add(ExternalReference::re_case_insensitive_compare_uc16().address(),
|
| UNCLASSIFIED,
|
| 22,
|
| @@ -434,7 +434,7 @@
|
| UNCLASSIFIED,
|
| 25,
|
| "NativeRegExpMacroAssembler::word_character_map");
|
| -#endif
|
| +#endif // V8_INTERPRETED_REGEXP
|
| // Keyed lookup cache.
|
| Add(ExternalReference::keyed_lookup_cache_keys().address(),
|
| UNCLASSIFIED,
|
|
|