diff --git a/src/ic/ic.cc b/src/ic/ic.cc index 057792e483..784a5e5e7d 100644 --- a/src/ic/ic.cc +++ b/src/ic/ic.cc @@ -3191,14 +3191,12 @@ RUNTIME_FUNCTION(LoadElementWithInterceptor) { RUNTIME_FUNCTION(VectorLoadIC_MissFromStubFailure) { // TODO(mvstanton): To be enabled when ICs can accept a vector and slot - DCHECK(!"Not yet implemented"); return NULL; } RUNTIME_FUNCTION(VectorKeyedLoadIC_MissFromStubFailure) { // TODO(mvstanton): To be enabled when ICs can accept a vector and slot - DCHECK(!"Not yet implemented"); return NULL; }