Chromium Code Reviews| Index: src/isolate.h |
| =================================================================== |
| --- src/isolate.h (revision 7030) |
| +++ src/isolate.h (working copy) |
| @@ -615,7 +615,7 @@ |
| void DoThrow(MaybeObject* exception, |
| MessageLocation* location, |
| const char* message); |
| - bool ShouldReturnException(bool* is_caught_externally, |
| + bool ShouldReportException(bool* can_be_caught_externally, |
| bool catchable_by_javascript); |
| // Attempts to compute the current source location, storing the |