| Index: src/api.cc
|
| ===================================================================
|
| --- src/api.cc (revision 3208)
|
| +++ src/api.cc (working copy)
|
| @@ -1191,14 +1191,13 @@
|
|
|
|
|
| v8::TryCatch::TryCatch()
|
| - : next_(i::Top::try_catch_handler()),
|
| + : next_(i::Top::try_catch_handler_address()),
|
| exception_(i::Heap::the_hole_value()),
|
| message_(i::Smi::FromInt(0)),
|
| is_verbose_(false),
|
| can_continue_(true),
|
| capture_message_(true),
|
| - rethrow_(false),
|
| - js_handler_(NULL) {
|
| + rethrow_(false) {
|
| i::Top::RegisterTryCatchHandler(this);
|
| }
|
|
|
|
|