Commit c9160c9
authored
deps: Fix v8 build in debug mode (#43956)
We're getting
```
external/v8/src/objects/objects-inl.h:1623:27: error: no member named 'IsRequired' in 'v8::internal::WriteBarrier'
1623 | DCHECK(!WriteBarrier::IsRequired(*this, value));
| ~~~~~~~~~~~~~~^
```
Signed-off-by: Jonh Wendell <jwendell@redhat.com>1 parent 5957c40 commit c9160c9
1 file changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
161 | 192 | | |
162 | 193 | | |
163 | 194 | | |
| |||
0 commit comments