Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 52cb49baa6ecaa3262574f2db24a22fd8fae92da..52b396052255827fef3e0ddf623c82a7d64ccff5 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -1155,6 +1155,8 @@ class Isolate { |
| void RunMicrotasks(); |
| bool IsRunningMicrotasks() const { return is_running_microtasks_; } |
| + void AddWeakRefExecution(JSWeakRef* ref); |
| + |
| Handle<Symbol> SymbolFor(Heap::RootListIndex dictionary_index, |
| Handle<String> name, bool private_symbol); |