Chromium Code Reviews| Index: src/factory.h | 
| diff --git a/src/factory.h b/src/factory.h | 
| index da161445b124baf2faf874d34ed6bf3e7de280d5..3f56f3e18de8918e299e1bcc55b47f6405f7f051 100644 | 
| --- a/src/factory.h | 
| +++ b/src/factory.h | 
| @@ -265,6 +265,7 @@ class Factory final { | 
| // Create a catch context. | 
| Handle<Context> NewCatchContext(Handle<JSFunction> function, | 
| Handle<Context> previous, | 
| + Handle<ScopeInfo> scope_info, | 
| Handle<String> name, | 
| Handle<Object> thrown_object); |