Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 5d9a350a37cd151e3aef58a670244deec810197d..ee9e298eabed85ea375c9f27b55e73c5ca5aab85 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -2624,7 +2624,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
| } |
| void NotFound() { |
| lookup_type_ = NOT_FOUND; |
| - details_ = PropertyDetails(NONE, DATA, 0); |
| + details_ = PropertyDetails::Empty(); |
| } |
| Representation representation() const { |
| DCHECK(IsFound()); |