| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 0ca78e9f594d44ba8ff9f8c9e582f82be7a1aa74..2484d7c29ef8f15692eef7a88b80cce9656a3f52 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -2673,12 +2673,9 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| PropertyAccessType access_type,
|
| bool* has_side_effects);
|
|
|
| - HInstruction* BuildNamedGeneric(PropertyAccessType access,
|
| - Expression* expr,
|
| - HValue* object,
|
| - Handle<String> name,
|
| - HValue* value,
|
| - bool is_uninitialized = false);
|
| + HInstruction* BuildNamedGeneric(PropertyAccessType access, Expression* expr,
|
| + HValue* object, Handle<String> name,
|
| + HValue* value, bool is_uninitialized = false);
|
|
|
| HCheckMaps* AddCheckMap(HValue* object, Handle<Map> map);
|
|
|
|
|