| Index: src/ic/handler-compiler.cc
|
| diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc
|
| index 5c4299e5409728e7d9ca5051018409752a4ae6f3..11b343f9c94d1ce79dbf37510e1b448a3f64b253 100644
|
| --- a/src/ic/handler-compiler.cc
|
| +++ b/src/ic/handler-compiler.cc
|
| @@ -511,7 +511,7 @@ Handle<Code> NamedStoreHandlerCompiler::CompileStoreTransition(
|
|
|
| bool NamedStoreHandlerCompiler::RequiresFieldTypeChecks(
|
| FieldType* field_type) const {
|
| - return !field_type->Classes().Done();
|
| + return field_type->IsClass();
|
| }
|
|
|
|
|
|
|