Index: src/ic.cc |
diff --git a/src/ic.cc b/src/ic.cc |
index 1e7997a80ddf6632633908c1e36f847ea752ebff..71f821febd0ff8a4f659b7fbbe614fb0a34b42a7 100644 |
--- a/src/ic.cc |
+++ b/src/ic.cc |
@@ -1092,7 +1092,6 @@ MaybeObject* KeyedLoadIC::Load(Handle<Object> object, Handle<Object> key) { |
if (*stub == *generic_stub()) { |
TRACE_GENERIC_IC(isolate(), "KeyedLoadIC", "set generic"); |
} |
- ASSERT(!stub.is_null()); |
set_target(*stub); |
TRACE_IC("LoadIC", key); |
} |