Chromium Code Reviews| Index: src/parser.h | 
| =================================================================== | 
| --- src/parser.h (revision 2670) | 
| +++ src/parser.h (working copy) | 
| @@ -143,7 +143,8 @@ | 
| ScriptDataImpl* pre_data); | 
| -ScriptDataImpl* PreParse(unibrow::CharacterStream* stream, | 
| +ScriptDataImpl* PreParse(Handle<String> source, | 
| + unibrow::CharacterStream* stream, | 
| v8::Extension* extension); |