Chromium Code Reviews| Index: src/top.h |
| =================================================================== |
| --- src/top.h (revision 2281) |
| +++ src/top.h (working copy) |
| @@ -239,6 +239,7 @@ |
| static Failure* ReThrow(Object* exception, MessageLocation* location = NULL); |
| static void ScheduleThrow(Object* exception); |
| static void ReportPendingMessages(); |
| + static Failure* ThrowIllegalOperation(); |
| // Promote a scheduled exception to pending. Asserts has_scheduled_exception. |
| static Object* PromoteScheduledException(); |