Chromium Code Reviews| Index: src/factory.h |
| =================================================================== |
| --- src/factory.h (revision 984) |
| +++ src/factory.h (working copy) |
| @@ -126,7 +126,8 @@ |
| // Create a 'with' context. |
| static Handle<Context> NewWithContext(Handle<Context> previous, |
| - Handle<JSObject> extension); |
| + Handle<JSObject> extension, |
| + bool is_catch_context); |
| // Return the Symbol maching the passed in string. |
| static Handle<String> SymbolFromString(Handle<String> value); |