Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: src/ic/ic.cc

Issue 501393002: Compilation fix. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic.cc
diff --git a/src/ic/ic.cc b/src/ic/ic.cc
index 057792e483c1a97544b015e1be6455cba2d7c6db..784a5e5e7df47f5d25b40d394f45ab1fda4b041e 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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698