Chromium Code Reviews| Index: src/regexp-delay.js | 
| =================================================================== | 
| --- src/regexp-delay.js (revision 2284) | 
| +++ src/regexp-delay.js (working copy) | 
| @@ -103,7 +103,7 @@ | 
| function RegExpConstructor(pattern, flags) { | 
| - if (%IsConstructCall()) { | 
| + if (%_IsConstructCall()) { | 
| DoConstructRegExp(this, pattern, flags, true); | 
| } else { | 
| // RegExp : Called as function; see ECMA-262, section 15.10.3.1. |