Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 19dc7cf55bd0ea9c2cd112ee3e18e372149c9b74..2c4aa21657bb57e1d387e340bc4b243fc720cacf 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -151,7 +151,8 @@ class Factory { |
// Create a catch context. |
Handle<Context> NewCatchContext(Handle<Context> previous, |
- Handle<JSObject> extension); |
+ Handle<String> name, |
+ Handle<Object> thrown_object); |
// Create a 'with' context. |
Handle<Context> NewWithContext(Handle<Context> previous, |