| Index: src/inspector/V8DebuggerScript.cpp
|
| diff --git a/src/inspector/V8DebuggerScript.cpp b/src/inspector/V8DebuggerScript.cpp
|
| index cc6f8c82fdc88e9336efe532805b1082685f28e2..49f2e7dea263831fb975ba86223f508860e6f3c9 100644
|
| --- a/src/inspector/V8DebuggerScript.cpp
|
| +++ b/src/inspector/V8DebuggerScript.cpp
|
| @@ -34,7 +34,7 @@ static String16 calculateHash(const String16& str) {
|
| uint64_t hashes[] = {0, 0, 0, 0, 0};
|
| uint64_t zi[] = {1, 1, 1, 1, 1};
|
|
|
| - const size_t hashesSize = V8_INSPECTOR_ARRAY_LENGTH(hashes);
|
| + const size_t hashesSize = arraysize(hashes);
|
|
|
| size_t current = 0;
|
| const uint32_t* data = nullptr;
|
|
|