Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index acde9f06011e035628476f8b194ccca7097cd0b5..48e333f019d91ce828f78806c925c3776c0248b0 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -331,7 +331,6 @@ class HGraph final : public ZoneObject { |
HConstant* GetConstantMinus1(); |
HConstant* GetConstantTrue(); |
HConstant* GetConstantFalse(); |
- HConstant* GetConstantBool(bool value); |
HConstant* GetConstantHole(); |
HConstant* GetConstantNull(); |
HConstant* GetInvalidContext(); |
@@ -1353,9 +1352,9 @@ class HGraphBuilder { |
HValue* key); |
HValue* BuildUncheckedDictionaryElementLoad(HValue* receiver, |
- HValue* elements, HValue* key, |
- HValue* hash, |
- LanguageMode language_mode); |
+ HValue* elements, |
+ HValue* key, |
+ HValue* hash); |
HValue* BuildRegExpConstructResult(HValue* length, |
HValue* index, |