diff options
author | Timothy Gu <timothygu99@gmail.com> | 2018-06-25 00:48:48 -0400 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2018-07-03 22:53:59 -0400 |
commit | 5f3bdb016a99d102ebafe86424e7761228ef7f70 (patch) | |
tree | f43cf96d968f8ee53c9d5e895f0ab7e302598093 /src/env.h | |
parent | 602da6492f278c1345f7f2d82014d9248254476b (diff) | |
download | node-new-5f3bdb016a99d102ebafe86424e7761228ef7f70.tar.gz |
messaging: use actual DOMException for DataCloneError
PR-URL: https://github.com/nodejs/node/pull/21540
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/env.h')
-rw-r--r-- | src/env.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -322,6 +322,7 @@ struct PackageConfig { V(buffer_prototype_object, v8::Object) \ V(context, v8::Context) \ V(domain_callback, v8::Function) \ + V(domexception_function, v8::Function) \ V(fdclose_constructor_template, v8::ObjectTemplate) \ V(fd_constructor_template, v8::ObjectTemplate) \ V(filehandlereadwrap_template, v8::ObjectTemplate) \ |