Chromium Code Reviews| Index: SConstruct | 
| =================================================================== | 
| --- SConstruct (revision 4367) | 
| +++ SConstruct (working copy) | 
| @@ -96,8 +96,8 @@ | 
| LIBRARY_FLAGS = { | 
| 'all': { | 
| 'CPPPATH': [join(root_dir, 'src')], | 
| - 'regexp:native': { | 
| - 'CPPDEFINES': ['V8_NATIVE_REGEXP'] | 
| + 'regexp:interpreted': { | 
| + 'CPPDEFINES': ['V8_INTERPRETED_REGEXP'] | 
| }, | 
| 'mode:debug': { | 
| 'CPPDEFINES': ['V8_ENABLE_CHECKS'] |