| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 32725d2 commit b045e39
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.5', | ||
| 39 | + 'v8_embedder_string': '-node.6', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -139,7 +139,7 @@ void LazilyGeneratedNames::AddForTesting(int function_index, | |||
| 139 | 139 | ||
| 140 | 140 | AsmJsOffsetInformation::AsmJsOffsetInformation( | |
| 141 | 141 | Vector<const byte> encoded_offsets) | |
| 142 | - : encoded_offsets_(OwnedVector<const uint8_t>::Of(encoded_offsets)) {} | ||
| 142 | + : encoded_offsets_(OwnedVector<uint8_t>::Of(encoded_offsets)) {} | ||
| 143 | 143 | ||
| 144 | 144 | AsmJsOffsetInformation::~AsmJsOffsetInformation() = default; | |
| 145 | 145 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments