Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 75f8e10931ce0766098e727c4353f5e9ed523aaa..dc5882b32e46e13ec744f608e5de156de4f04647 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -178,7 +178,7 @@ class ParserApi { |
// Preparser that only does preprocessing that makes sense if only used |
// immediately after. |
- static ScriptDataImpl* PartialPreParse(Handle<String> source, |
+ static ScriptDataImpl* PartialPreParse(UC16CharacterStream* source, |
v8::Extension* extension, |
int flags); |
}; |