Index: src/platform-macos.cc |
=================================================================== |
--- src/platform-macos.cc (revision 6145) |
+++ src/platform-macos.cc (working copy) |
@@ -437,7 +437,7 @@ |
// Mac OS X does not expose the length limit of the name, so hardcode it. |
static const int kMaxNameLength = 63; |
USE(kMaxNameLength); |
- ASSERT(kMaxThreadNameLength <= kMaxNameLength); |
+ ASSERT(kMaxThreadNameLength <= kMaxNameLength); |
dynamic_pthread_setname_np(name); |
} |