| Index: src/compiler/interpreter-assembler.cc
|
| diff --git a/src/compiler/interpreter-assembler.cc b/src/compiler/interpreter-assembler.cc
|
| index 1f5c0a26a5c8f16560cb124e384563c800972c92..43ef6db4f436530a1c643f04fb7aac1f97b0d783 100644
|
| --- a/src/compiler/interpreter-assembler.cc
|
| +++ b/src/compiler/interpreter-assembler.cc
|
| @@ -452,6 +452,6 @@ Schedule* InterpreterAssembler::schedule() {
|
| Zone* InterpreterAssembler::zone() { return raw_assembler_->zone(); }
|
|
|
|
|
| -} // namespace interpreter
|
| +} // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|