aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/js-inlining-heuristic.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/js-inlining-heuristic.h')
-rw-r--r--deps/v8/src/compiler/js-inlining-heuristic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/js-inlining-heuristic.h b/deps/v8/src/compiler/js-inlining-heuristic.h
index 99ad258c31..b143e9b67f 100644
--- a/deps/v8/src/compiler/js-inlining-heuristic.h
+++ b/deps/v8/src/compiler/js-inlining-heuristic.h
@@ -97,7 +97,7 @@ class JSInliningHeuristic final : public AdvancedReducer {
SourcePositionTable* source_positions_;
JSGraph* const jsgraph_;
JSHeapBroker* const broker_;
- int cumulative_count_ = 0;
+ int total_inlined_bytecode_size_ = 0;
};
} // namespace compiler