Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 46d23da1ceadf50b574d26265b6d50eb76840a6c..60823efa820e4ea9c32d2e2b9300f42c4b9744bb 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1133,6 +1133,9 @@ class HGraphBuilder { |
| void FinishExitWithHardDeoptimization(HBasicBlock* continuation); |
| + void AddIncrementCounter(StatsCounter* counter, |
| + HValue* context); |
| + |
| class IfBuilder { |
| public: |
| explicit IfBuilder(HGraphBuilder* builder, |