Chromium Code Reviews| Index: src/top.h | 
| diff --git a/src/top.h b/src/top.h | 
| index ae94f08e3c9e2e8ce967f8874ec6508d9330815d..0f5aa27b2b4d1b328cda704a0b3a8189ce7945b0 100644 | 
| --- a/src/top.h | 
| +++ b/src/top.h | 
| @@ -170,6 +170,10 @@ class Top { | 
| return &thread_local_.external_caught_exception_; | 
| } | 
| + static Object** scheduled_exception_address() { | 
| + return &thread_local_.scheduled_exception_; | 
| + } | 
| + | 
| static Object* scheduled_exception() { | 
| ASSERT(has_scheduled_exception()); | 
| return thread_local_.scheduled_exception_; |