Chromium Code Reviews| Index: src/interpreter/interpreter.h |
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
| index 1e5b00288261822e71f31c00e4c5f5309a13369d..82080539093788a33d31118c37bf5a29f09e9945 100644 |
| --- a/src/interpreter/interpreter.h |
| +++ b/src/interpreter/interpreter.h |
| @@ -29,6 +29,7 @@ class Interpreter { |
| virtual ~Interpreter() {} |
| void Initialize(bool create_heap_objects); |
| + static bool MakeBytecode(CompilationInfo* info); |
| private: |
| // Bytecode handler generator functions. |