Chromium Code Reviews| Index: include/libplatform/libplatform.h |
| diff --git a/include/libplatform/libplatform.h b/include/libplatform/libplatform.h |
| index 55a10204ee2c11b805a0adbebb0ffa9e77523cc9..78b178590f78e81926ce0dd81f7bd1b56f0f6b97 100644 |
| --- a/include/libplatform/libplatform.h |
| +++ b/include/libplatform/libplatform.h |
| @@ -27,7 +27,8 @@ enum class IdleTaskSupport { kDisabled, kEnabled }; |
| */ |
| V8_PLATFORM_EXPORT v8::Platform* CreateDefaultPlatform( |
| int thread_pool_size = 0, |
| - IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled); |
| + IdleTaskSupport idle_task_support = IdleTaskSupport::kDisabled, |
| + bool in_process_stack_dumping = true); |
|
jochen (gone - plz use gerrit)
2017/05/03 10:42:08
please make this an enum class instead of a bool
Oliver Chang
2017/05/03 16:25:19
Done.
|
| /** |
| * Pumps the message loop for the given isolate. |