Index: src/compiler/node-cache.cc |
diff --git a/src/compiler/node-cache.cc b/src/compiler/node-cache.cc |
index c3ee58c5a236faac50dcd8b0e9443a0ead256890..7cda167bac91dc153ee3a55425d8a7ffd001edd0 100644 |
--- a/src/compiler/node-cache.cc |
+++ b/src/compiler/node-cache.cc |
@@ -31,7 +31,7 @@ inline int32_t NodeCacheHash(int64_t key) { |
template <> |
inline int32_t NodeCacheHash(double key) { |
- return ComputeLongHash(BitCast<int64_t>(key)); |
+ return ComputeLongHash(bit_cast<int64_t>(key)); |
} |