Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index a67284c281e89aef0e9186fff59c912347897586..0f808d7262ccce706fdd685a167b2efda340cfb6 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -133,7 +133,8 @@ class ScriptDataImpl : public ScriptData { |
| FunctionLiteral* MakeAST(bool compile_in_global_context, |
| Handle<Script> script, |
| v8::Extension* extension, |
| - ScriptDataImpl* pre_data); |
| + ScriptDataImpl* pre_data, |
| + bool is_json = false); |
|
Mads Ager (chromium)
2010/02/01 08:42:19
Can we use the validation state enum here instead
|
| ScriptDataImpl* PreParse(Handle<String> source, |