From 5becf4b20d4f937f20ffd8353b91e6bbafbbe319 Mon Sep 17 00:00:00 2001 From: "mvstanton@chromium.org" Date: Tue, 26 Aug 2014 14:26:10 +0000 Subject: [PATCH] Compilation fix. Unnecessary assert irritated builder. TBR=verwaest@chromium.org Review URL: https://codereview.chromium.org/501393002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23406 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/ic/ic.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ic/ic.cc b/src/ic/ic.cc index 057792e..784a5e5 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; } -- 2.7.4