| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f6a8454 commit f4b4e21
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.6', | ||
| 39 | + 'v8_embedder_string': '-node.7', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -137,7 +137,7 @@ void LazilyGeneratedNames::AddForTesting(int function_index, | |||
| 137 | 137 | ||
| 138 | 138 | AsmJsOffsetInformation::AsmJsOffsetInformation( | |
| 139 | 139 | Vector<const byte> encoded_offsets) | |
| 140 | - : encoded_offsets_(OwnedVector<const uint8_t>::Of(encoded_offsets)) {} | ||
| 140 | + : encoded_offsets_(OwnedVector<uint8_t>::Of(encoded_offsets)) {} | ||
| 141 | 141 | ||
| 142 | 142 | AsmJsOffsetInformation::~AsmJsOffsetInformation() = default; | |
| 143 | 143 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments