| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index d6cbc1444ad52eac67ab0f98ecd35f3a8e3943ae..6fc434cbae45cbbd6ecb7007e767b7cfa092e84f 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -11013,6 +11013,9 @@ void HOptimizedGraphBuilder::HandleLiteralCompareNil(CompareOperation* expr,
|
| }
|
|
|
|
|
| +void HOptimizedGraphBuilder::VisitSpread(Spread* expr) { UNREACHABLE(); }
|
| +
|
| +
|
| HInstruction* HOptimizedGraphBuilder::BuildThisFunction() {
|
| // If we share optimized code between different closures, the
|
| // this-function is not a constant, except inside an inlined body.
|
|
|