| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 979a3501cdf2e39fef156d95101e6beba8802b1a..af36c508a421080b9ebc8b302425b57f9d1c53ee 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1271,8 +1271,7 @@ class HGraphBuilder {
|
| void FinishExitWithHardDeoptimization(const char* reason,
|
| HBasicBlock* continuation);
|
|
|
| - void AddIncrementCounter(StatsCounter* counter,
|
| - HValue* context);
|
| + void AddIncrementCounter(StatsCounter* counter);
|
|
|
| class IfBuilder V8_FINAL {
|
| public:
|
| @@ -2008,7 +2007,7 @@ class HOptimizedGraphBuilder V8_FINAL
|
| HValue* HandlePolymorphicElementAccess(HValue* object,
|
| HValue* key,
|
| HValue* val,
|
| - Expression* prop,
|
| + SmallMapList* maps,
|
| BailoutId ast_id,
|
| int position,
|
| bool is_store,
|
|
|