Chromium Code Reviews| Index: src/d8.h |
| diff --git a/src/d8.h b/src/d8.h |
| index 4d723473ea385c2c66b65c6ee65fd40e872592b8..e98d3935d9b0eb8e65f81ef27b8cb1d0a7c32b28 100644 |
| --- a/src/d8.h |
| +++ b/src/d8.h |
| @@ -215,9 +215,9 @@ class SerializationData { |
| } |
| private: |
| - i::List<uint8_t> data; |
| - i::List<ArrayBuffer::Contents> array_buffer_contents; |
| - i::List<SharedArrayBuffer::Contents> shared_array_buffer_contents; |
| + i::List<uint8_t> data_; |
| + i::List<ArrayBuffer::Contents> array_buffer_contents_; |
| + i::List<SharedArrayBuffer::Contents> shared_array_buffer_contents_; |
| }; |