| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[d8] Fix contradictory values for sandbox corruption flags
When both --trace-memory-corruption-via-watchpoints and
--memory-corruption-via-watchpoints are provided, d8 would
FATAL because trace_memory_corruption_via_watchpoints is a
DisallowReassignment flag and it was assigned twice.
This CL wraps the assignment in a check to ensure it is only
assigned when actually enabled.
R=jkum...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |