[wrapper-tracing] Remove unnecessary barrier
We don't require a write barrier here as TraceWrapperMember is used for the following scenarios: - Initial initialization: The write barrier will not fire as the parent is initially white. - Wrapping when inserting into a container: The write barrier will fire upon establishing the move into the container. - Assignment to a field: The regular assignment operator will fire the write barrier. Note that support for black allocation would require a barrier here. BUG=chromium:468240 Review-Url: https://codereview.chromium.org/2564153002 Cr-Commit-Position: refs/heads/master@{#437870}
Showing
Please register or sign in to comment