Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 443e06477e369379e8e9cae2ffb34e58a0d15e73..e3e51ec6612cee884444f990c1c53395b5a6ca64 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -3099,7 +3099,7 @@ class V8EXPORT V8 { |
| * still JavaScript frames on the stack and the termination |
| * exception is still active. |
| */ |
| - static bool IsExecutionTerminating(); |
| + static bool IsExecutionTerminating(Isolate* isolate = NULL); |
| /** |
| * Releases any resources used by v8 and stops any utility threads |