Index: src/compiler/js-context-specialization.h |
diff --git a/src/compiler/js-context-specialization.h b/src/compiler/js-context-specialization.h |
index ef784fc442812ca1c9a7cac1622a4c194a389786..99172af4461b0812c75e824ade4ab16c59e672c7 100644 |
--- a/src/compiler/js-context-specialization.h |
+++ b/src/compiler/js-context-specialization.h |
@@ -30,8 +30,10 @@ class JSContextSpecialization final : public AdvancedReducer { |
Reduction ReduceJSLoadContext(Node* node); |
Reduction ReduceJSStoreContext(Node* node); |
- // Returns the {Context} to specialize {node} to (if any). |
- MaybeHandle<Context> GetSpecializationContext(Node* node); |
+ Reduction SimplifyJSStoreContext(Node* node, Node* new_context, |
+ size_t new_depth); |
+ Reduction SimplifyJSLoadContext(Node* node, Node* new_context, |
+ size_t new_depth); |
Isolate* isolate() const; |
JSOperatorBuilder* javascript() const; |