Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 8411b6ddf9e9f5967fae701c48118d42b4be6020..104600faf1b53d01eefb88d84b2310a2e9f91aea 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -2756,12 +2756,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); |