| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 4396d86497f290fa9515a44dc759fb28a0f68085..8d32dc6589014c7d8b8e8c90f3a378ad7e6aa994 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -2456,7 +2456,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder,
|
| field_type_(HType::Tagged()),
|
| access_(HObjectAccess::ForMap()),
|
| lookup_type_(NOT_FOUND),
|
| - details_(NONE, DATA, Representation::None()) {}
|
| + details_(PropertyDetails::Empty()) {}
|
|
|
| // Checkes whether this PropertyAccessInfo can be handled as a monomorphic
|
| // load named. It additionally fills in the fields necessary to generate the
|
|
|