Index: src/type-feedback-vector.cc |
diff --git a/src/type-feedback-vector.cc b/src/type-feedback-vector.cc |
index 2ba9690b9fd3de2c47edfcfc0bb6214bc0fe1ce5..9130c79f2a93340326e0b2b81efe57cb599a85b1 100644 |
--- a/src/type-feedback-vector.cc |
+++ b/src/type-feedback-vector.cc |
@@ -713,7 +713,7 @@ void LoadGlobalICNexus::ConfigurePropertyCellMode(Handle<PropertyCell> cell) { |
SKIP_WRITE_BARRIER); |
} |
-void LoadGlobalICNexus::ConfigureHandlerMode(Handle<Code> handler) { |
+void LoadGlobalICNexus::ConfigureHandlerMode(Handle<Object> handler) { |
SetFeedback(GetIsolate()->heap()->empty_weak_cell()); |
SetFeedbackExtra(*handler); |
} |