| Index: src/ia32/code-stubs-ia32.cc
|
| ===================================================================
|
| --- src/ia32/code-stubs-ia32.cc (revision 8767)
|
| +++ src/ia32/code-stubs-ia32.cc (working copy)
|
| @@ -255,7 +255,7 @@
|
| CheckOddball(masm, BOOLEAN, Heap::kFalseValueRootIndex, false, &patch);
|
| CheckOddball(masm, BOOLEAN, Heap::kTrueValueRootIndex, true, &patch);
|
|
|
| - // 'null' -> false.!!!
|
| + // 'null' -> false.
|
| CheckOddball(masm, NULL_TYPE, Heap::kNullValueRootIndex, false, &patch);
|
|
|
| if (types_.Contains(SMI)) {
|
|
|