summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/type-narrowing-reducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/type-narrowing-reducer.h')
-rw-r--r--deps/v8/src/compiler/type-narrowing-reducer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/type-narrowing-reducer.h b/deps/v8/src/compiler/type-narrowing-reducer.h
index 62237ccce3..136f11626e 100644
--- a/deps/v8/src/compiler/type-narrowing-reducer.h
+++ b/deps/v8/src/compiler/type-narrowing-reducer.h
@@ -19,8 +19,7 @@ class JSGraph;
class V8_EXPORT_PRIVATE TypeNarrowingReducer final
: public NON_EXPORTED_BASE(AdvancedReducer) {
public:
- TypeNarrowingReducer(Editor* editor, JSGraph* jsgraph,
- JSHeapBroker* js_heap_broker);
+ TypeNarrowingReducer(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker);
~TypeNarrowingReducer() final;
const char* reducer_name() const override { return "TypeNarrowingReducer"; }