Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 9a8c59c1e674bc01664da26c90ca5aa8b70b524d..7dd27bf9828c9768caf0e3c581da6e4cdccd2120 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -2948,7 +2948,7 @@ class V8EXPORT V8 { |
| * This method can be used by any thread even if that thread has not |
| * acquired the V8 lock with a Locker object. |
| */ |
| - static void TerminateExecution(); |
| + static void TerminateExecution(Isolate* isolate = NULL); |
|
Vitaly Repeshko
2011/03/16 18:08:21
Same here.
Mads Ager (chromium)
2011/03/16 18:52:47
Done.
|
| /** |
| * Is V8 terminating JavaScript execution. |