Chromium Code Reviews| Index: src/compiler.h |
| diff --git a/src/compiler.h b/src/compiler.h |
| index 3f47677cd83ff5946aedda5794cb9cb00b3afe22..f7ff09c57d74e7678c4873e347d5baa17b77ba7d 100644 |
| --- a/src/compiler.h |
| +++ b/src/compiler.h |
| @@ -631,6 +631,7 @@ class Compiler : public AllStatic { |
| Handle<Context> context, |
| v8::Extension* extension, |
| ScriptDataImpl* pre_data, |
| + Handle<Object> script_data, |
| NativesFlag is_natives_code); |
| // Create a shared function info object (the code may be lazily compiled). |