| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index 3ca76f71328f9810ea65b4bad795627e7756478e..7f85bbe93c1f5758ef23b387795335148d4b99eb 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -1246,7 +1246,7 @@ class HCallConstantFunction: public HCall<0> {
|
|
|
| bool IsApplyFunction() const {
|
| return function_->code() ==
|
| - Isolate::Current()->builtins()->builtin(Builtins::FunctionApply);
|
| + Isolate::Current()->builtins()->builtin(Builtins::kFunctionApply);
|
| }
|
|
|
| virtual void PrintDataTo(StringStream* stream);
|
|
|