Chromium Code Reviews| Index: src/api.h |
| diff --git a/src/api.h b/src/api.h |
| index bceca72e678fc073f11fcc17111577c17052234d..5a448fbf60515183ef2989fd33300a9cc5751f01 100644 |
| --- a/src/api.h |
| +++ b/src/api.h |
| @@ -110,7 +110,8 @@ class RegisteredExtension { |
| V(StackFrame, JSObject) \ |
| V(Proxy, JSProxy) \ |
| V(NativeWeakMap, JSWeakMap) \ |
| - V(debug::Script, Script) |
| + V(debug::Script, Script) \ |
| + V(debug::AsyncTaskEventData, Tuple3) |
| class Utils { |
| public: |