| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index b7d175637ea3e677d93ec43ac8ef488ed91344df..4d31a2f36236a78413434ebf54150b3a5435dcce 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);
|
| }
|
|
|
|
|
|
|