| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f366208 commit 0423f7e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | 38 | # Reset this number to 0 on major V8 upgrades. | |
| 39 | 39 | # Increment by one for each non-official patch applied to deps/v8. | |
| 40 | - 'v8_embedder_string': '-node.1', | ||
| 40 | + 'v8_embedder_string': '-node.2', | ||
| 41 | 41 | ||
| 42 | 42 | ##### V8 defaults for Node.js ##### | |
| 43 | 43 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -241,7 +241,7 @@ class NonCopyablePersistentTraits { | |||
| 241 | 241 | * This will clone the contents of storage cell, but not any of the flags, etc. | |
| 242 | 242 | */ | |
| 243 | 243 | template <class T> | |
| 244 | - struct V8_DEPRECATED("Use v8::Global instead") CopyablePersistentTraits { | ||
| 244 | + struct CopyablePersistentTraits { | ||
| 245 | 245 | using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>; | |
| 246 | 246 | static const bool kResetInDestructor = true; | |
| 247 | 247 | template <class S, class M> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments