Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Picks up the latest patch-release on the V8 4.2 branch.
https://codereview.chromium.org/1156323004
Here's how I created the patch:
V8: git format-patch 5a89bfc68e6054b1092cc6aab5bd8ae23d9e0809..a6e57774ac070472ea00ec094096d0b4c7203cbd
io.js: cd deps/v8; patch -p1 < /path/to/0001-Version-4.2.77.21-cherry-pick.patch
R=@bnoordhuis, @targos?
Fixes: #2235