Chromium Code Reviews| Index: src/api.h |
| diff --git a/src/api.h b/src/api.h |
| index 9d2c4fb54c77d5ac6c0dabe868727286a30cb2b4..8deb117bccd2154f6a9b63fa011b4110b12ab169 100644 |
| --- a/src/api.h |
| +++ b/src/api.h |
| @@ -110,7 +110,8 @@ class RegisteredExtension { |
| V(Proxy, JSProxy) \ |
| V(NativeWeakMap, JSWeakMap) \ |
| V(debug::GeneratorObject, JSGeneratorObject) \ |
| - V(debug::Script, Script) |
| + V(debug::Script, Script) \ |
| + V(Promise, JSPromise) |
| class Utils { |
| public: |