| Index: src/interpreter/bytecode-generator.cc
|
| diff --git a/src/interpreter/bytecode-generator.cc b/src/interpreter/bytecode-generator.cc
|
| index ee7da67db2ed4ad56c3666dabd405c6268cbe1b0..db6938aedc2f41fb37cf43b5105edaf37cac9e82 100644
|
| --- a/src/interpreter/bytecode-generator.cc
|
| +++ b/src/interpreter/bytecode-generator.cc
|
| @@ -1704,11 +1704,6 @@ void BytecodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
|
| }
|
| }
|
|
|
| - // Transform literals that contain functions to fast properties.
|
| - if (expr->has_function()) {
|
| - builder()->CallRuntime(Runtime::kToFastProperties, literal, 1);
|
| - }
|
| -
|
| execution_result()->SetResultInRegister(literal);
|
| }
|
|
|
|
|