| Index: src/crankshaft/hydrogen.cc
|
| diff --git a/src/crankshaft/hydrogen.cc b/src/crankshaft/hydrogen.cc
|
| index fed965e68a47f3cc6460eed1a32c5bc7d7d73ee0..01661e85b5ca7e23ad4cf48eade22a1215d3cd7c 100644
|
| --- a/src/crankshaft/hydrogen.cc
|
| +++ b/src/crankshaft/hydrogen.cc
|
| @@ -11501,6 +11501,10 @@ void HOptimizedGraphBuilder::VisitGetIterator(GetIterator* expr) {
|
| UNREACHABLE();
|
| }
|
|
|
| +void HOptimizedGraphBuilder::VisitInternalVariable(InternalVariable* expr) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| HValue* HOptimizedGraphBuilder::AddThisFunction() {
|
| return AddInstruction(BuildThisFunction());
|
| }
|
|
|