| Index: src/types.cc
|
| diff --git a/src/types.cc b/src/types.cc
|
| index f1cf6204a2beacae34bdebf190c01bd7ca41264c..9116a693f0585aa9614071082d9ca126618ff0be 100644
|
| --- a/src/types.cc
|
| +++ b/src/types.cc
|
| @@ -267,7 +267,7 @@ TypeImpl<Config>::BitsetType::Lub(i::Map* map) {
|
| // Also, it doesn't apply elsewhere. 8-(
|
| // We ought to find a cleaner solution for compiling stubs parameterised
|
| // over type or class variables, esp ones with bounds...
|
| - return kDetectable;
|
| + return kDetectable & kTaggedPointer;
|
| case DECLARED_ACCESSOR_INFO_TYPE:
|
| case EXECUTABLE_ACCESSOR_INFO_TYPE:
|
| case SHARED_FUNCTION_INFO_TYPE:
|
|
|