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
This commit is contained in:
mvstanton@chromium.org 2014-08-26 14:26:10 +00:00
parent 76e22ca629
commit 5becf4b20d

View File

@ -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;
}