Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 8c2aaf9ca6c3b778901831fdfa2dd7f90b2dfe77..203ad137ad3801bffd93b858750a974693c35388 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -4380,6 +4380,7 @@ class V8_EXPORT Isolate { |
| /** |
| * Experimental: Runs the Microtask Work Queue until empty |
| + * Any exceptions thrown by microtask callbacks are swallowed. |
| */ |
| void RunMicrotasks(); |