| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 18ec8a8 commit 7188b95
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ struct node_napi_env__ : public napi_env__ { | |||
| 26 | 26 | } | |
| 27 | 27 | ||
| 28 | 28 | v8::Maybe<bool> mark_arraybuffer_as_untransferable( | |
| 29 | - v8::Local<v8::ArrayBuffer> ab) const { | ||
| 29 | + v8::Local<v8::ArrayBuffer> ab) const override { | ||
| 30 | 30 | return ab->SetPrivate( | |
| 31 | 31 | context(), | |
| 32 | 32 | node_env()->arraybuffer_untransferable_private_symbol(), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments