| Index: src/compiler/js-inlining.h
|
| diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
|
| index 659315a5dd450134e55b3ff4532990abfda64c1c..f35ea71aea94b4076f1a84162e1cf3c6ff0b2526 100644
|
| --- a/src/compiler/js-inlining.h
|
| +++ b/src/compiler/js-inlining.h
|
| @@ -17,7 +17,7 @@ struct Inlinee;
|
|
|
| class JSInliner final : public AdvancedReducer {
|
| public:
|
| - enum Mode { kBuiltinsInlining, kGeneralInlining };
|
| + enum Mode { kRestrictedInlining, kGeneralInlining };
|
|
|
| JSInliner(Editor* editor, Mode mode, Zone* local_zone, CompilationInfo* info,
|
| JSGraph* jsgraph)
|
|
|