Chromium Code Reviews| Index: src/top.h |
| =================================================================== |
| --- src/top.h (revision 557) |
| +++ src/top.h (working copy) |
| @@ -205,8 +205,7 @@ |
| static Object* PromoteScheduledException(); |
| static void DoThrow(Object* exception, |
| MessageLocation* location, |
| - const char* message, |
| - bool is_rethrow); |
| + const char* message); |
| static bool ShouldReportException(bool* is_caught_externally); |
| static void ReportUncaughtException(Handle<Object> exception, |
| MessageLocation* location, |