Chromium Code Reviews| Index: third_party/leveldatabase/port/port_chromium.h |
| diff --git a/third_party/leveldatabase/port/port_chromium.h b/third_party/leveldatabase/port/port_chromium.h |
| index 557945318f6493dedab9f5b4749f8b1ed9cfc6cf..4682693d8f0ac20d7cf0fcd16a6ff5a511aec6ad 100644 |
| --- a/third_party/leveldatabase/port/port_chromium.h |
| +++ b/third_party/leveldatabase/port/port_chromium.h |
| @@ -115,7 +115,10 @@ inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) { |
| return false; |
| } |
| -} |
| -} |
| +// Implemented in leveldb's src/port/port_posix_sse.c. |
|
cmumford
2017/03/02 00:01:45
missing a second 'c'
pwnall
2017/03/02 00:28:24
Done.
Thank you for catching this!
|
| +uint32_t AcceleratedCRC32C(uint32_t crc, const char* buf, size_t size); |
| + |
| +} // namespace port |
| +} // namespace leveldb |
| #endif // STORAGE_LEVELDB_PORT_PORT_CHROMIUM_H_ |