Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index cdfcd92d25cfb52994ca5112d61fdc460db211ba..e0862a85ff84a9f43b002aad7decbb0f47fd568d 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -154,7 +154,7 @@ class PreParserApi { |
| // preparser recorder object that is suited to the parser's purposes. Also, |
| // the preparser doesn't know about ScriptDataImpl. |
| static ScriptDataImpl* PreParse(Isolate* isolate, |
| - Utf16CharacterStream* source); |
| + Handle<String> source); |
| }; |