| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| index 08c26b99c8c88a715d3574ed0735bf72dde4ff69..e95d4af0f572103a61c820a05b00c619906cb751 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| @@ -107,7 +107,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 = WTF_ARRAY_LENGTH(hashes);
|
| + const size_t hashesSize = PROTOCOL_ARRAY_LENGTH(hashes);
|
|
|
| size_t current = 0;
|
| const uint32_t* data = nullptr;
|
|
|