 Chromium Code Reviews
 Chromium Code Reviews Issue 12177015:
  Refactor implementation for String.prototype.replace.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 12177015:
  Refactor implementation for String.prototype.replace.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index ea2aac0a04083b465f67d6435212df7a752b06cc..7983ff161681ca8244b3434df436e2d2c0cc9f87 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -202,7 +202,7 @@ namespace internal { | 
| F(StringLastIndexOf, 3, 1) \ | 
| F(StringLocaleCompare, 2, 1) \ | 
| F(SubString, 3, 1) \ | 
| - F(StringReplaceRegExpWithString, 4, 1) \ | 
| + F(StringReplaceGlobalRegExpWithString, 4, 1) \ | 
| F(StringReplaceOneCharWithString, 3, 1) \ | 
| F(StringMatch, 3, 1) \ | 
| F(StringTrim, 3, 1) \ |