| Index: src/layout-descriptor-inl.h | 
| diff --git a/src/layout-descriptor-inl.h b/src/layout-descriptor-inl.h | 
| index 33523127eeee92a4b882f49f324d14ed13ee78b3..ceee09a8105603102d201b8d812cc7f0ec194325 100644 | 
| --- a/src/layout-descriptor-inl.h | 
| +++ b/src/layout-descriptor-inl.h | 
| @@ -39,7 +39,7 @@ Handle<LayoutDescriptor> LayoutDescriptor::New(Isolate* isolate, int length) { | 
|  | 
| bool LayoutDescriptor::InobjectUnboxedField(int inobject_properties, | 
| PropertyDetails details) { | 
| -  if (details.type() != FIELD || !details.representation().IsDouble()) { | 
| +  if (details.type() != DATA || !details.representation().IsDouble()) { | 
| return false; | 
| } | 
| // We care only about in-object properties. | 
|  |