Reviewers: Toon Verwaest,

Message:
Committed patchset #1 manually as 23406 (tree was closed).

Description:
Compilation fix.

Unnecessary assert irritated builder.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=23406

Please review this at https://codereview.chromium.org/501393002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -2 lines):
  M src/ic/ic.cc


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



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to