Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index 4ad0df29c621b8a85046bf2bdd81c542cb5654ea..e7acca73ccfb376c63726cf772c958294a2b4b29 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -2143,7 +2143,6 @@ void v8::TryCatch::ResetInternal() { |
| i::Object* the_hole = isolate_->heap()->the_hole_value(); |
| exception_ = the_hole; |
| message_obj_ = the_hole; |
| - message_script_ = the_hole; |
| } |