| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3831a54 commit 883840b
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.7', | ||
| 39 | + 'v8_embedder_string': '-node.8', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -129,7 +129,7 @@ void DecodedFunctionNames::AddForTesting(int function_index, | |||
| 129 | 129 | ||
| 130 | 130 | AsmJsOffsetInformation::AsmJsOffsetInformation( | |
| 131 | 131 | Vector<const byte> encoded_offsets) | |
| 132 | - : encoded_offsets_(OwnedVector<const uint8_t>::Of(encoded_offsets)) {} | ||
| 132 | + : encoded_offsets_(OwnedVector<uint8_t>::Of(encoded_offsets)) {} | ||
| 133 | 133 | ||
| 134 | 134 | AsmJsOffsetInformation::~AsmJsOffsetInformation() = default; | |
| 135 | 135 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments