| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 8681026391939e4ef56e0324f7eac83a8741d2c2..7fc2764b56ce7544f7414627158445de66f1d97f 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -3983,12 +3983,12 @@ void HOptimizedGraphBuilder::VisitFunctionLiteral(FunctionLiteral* expr) {
|
| }
|
|
|
|
|
| -void HOptimizedGraphBuilder::VisitSharedFunctionInfoLiteral(
|
| - SharedFunctionInfoLiteral* expr) {
|
| +void HOptimizedGraphBuilder::VisitNativeFunctionLiteral(
|
| + NativeFunctionLiteral* expr) {
|
| ASSERT(!HasStackOverflow());
|
| ASSERT(current_block() != NULL);
|
| ASSERT(current_block()->HasPredecessor());
|
| - return Bailout(kSharedFunctionInfoLiteral);
|
| + return Bailout(kNativeFunctionLiteral);
|
| }
|
|
|
|
|
|
|