Index: runtime/platform/utils.cc |
diff --git a/runtime/platform/utils.cc b/runtime/platform/utils.cc |
index 09b9260473a3f3bffd8c85e3d518380c9db0da9d..30a5ceef820877acf218e9eae29ca6e626271278 100644 |
--- a/runtime/platform/utils.cc |
+++ b/runtime/platform/utils.cc |
@@ -75,7 +75,7 @@ uint32_t Utils::StringHash(const char* data, int length) { |
} |
-uint32_t WordHash(word key) { |
+uint32_t Utils::WordHash(word key) { |
// TODO(iposva): Need to check hash spreading. |
// This example is from http://www.concentric.net/~Ttwang/tech/inthash.htm |
uword a = static_cast<uword>(key); |