Chromium Code Reviews| Index: src/full-codegen.h |
| diff --git a/src/full-codegen.h b/src/full-codegen.h |
| index a07df9107db45189f2f7868e2bb23bcec1365fa1..0c3291932420836b5fa82086ad88806bfb78ca20 100644 |
| --- a/src/full-codegen.h |
| +++ b/src/full-codegen.h |
| @@ -113,6 +113,9 @@ class FullCodeGenerator: public AstVisitor { |
| Zone* zone() const { return zone_; } |
| + static const int kMaxBackEdgeWeight; |
| + static const int kBackEdgeDistanceUnit; |
| + |
| private: |
| class Breakable; |
| class Iteration; |