| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4638361 commit 2abdcbb
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | ||
| 40 | 40 | # Reset this number to 0 on major V8 upgrades. | |
| 41 | 41 | # Increment by one for each non-official patch applied to deps/v8. | |
| 42 | - 'v8_embedder_string': '-node.8', | ||
| 42 | + 'v8_embedder_string': '-node.9', | ||
| 43 | 43 | ||
| 44 | 44 | ##### V8 defaults for Node.js ##### | |
| 45 | 45 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,7 @@ | |||
| 6 | 6 | #define V8_BASE_MACROS_H_ | |
| 7 | 7 | ||
| 8 | 8 | #include <limits> | |
| 9 | + #include <type_traits> | ||
| 9 | 10 | ||
| 10 | 11 | #include "src/base/compiler-specific.h" | |
| 11 | 12 | #include "src/base/logging.h" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments