| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 003c5abc7ff84479823a7ee9cb5d2d4a040ce76f..d466778069b19f22b58008507702e0d6fadc3e0a 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -215,8 +215,7 @@ Code::Flags CompilationInfo::flags() const {
|
| return Code::ComputeFlags(code_stub()->GetCodeKind(),
|
| code_stub()->GetICState(),
|
| code_stub()->GetExtraICState(),
|
| - code_stub()->GetStubType(),
|
| - code_stub()->GetHandlerKind());
|
| + code_stub()->GetStubType());
|
| } else {
|
| return Code::ComputeFlags(Code::OPTIMIZED_FUNCTION);
|
| }
|
|
|