Chromium Code Reviews| Index: src/asmjs/asm-types.h |
| diff --git a/src/asmjs/asm-types.h b/src/asmjs/asm-types.h |
| index 388572df938df4491030cc37fbfbb8d88252208c..882e32828a03ae205769643eefe633bd684f5f20 100644 |
| --- a/src/asmjs/asm-types.h |
| +++ b/src/asmjs/asm-types.h |
| @@ -94,7 +94,7 @@ class AsmValueType { |
| } |
| static AsmType* New(bitset_t bits) { |
| - DCHECK_EQ((bits & kAsmValueTypeTag), 0); |
| + DCHECK_EQ((bits & kAsmValueTypeTag), 0u); |
| return reinterpret_cast<AsmType*>( |
| static_cast<uintptr_t>(bits | kAsmValueTypeTag)); |
| } |