Revision: 17054
Author:   [email protected]
Date:     Tue Oct  1 16:57:39 2013 UTC
Log:      Remove incorrect assertion.

[email protected]
BUG=

Review URL: https://codereview.chromium.org/25478004
http://code.google.com/p/v8/source/detail?r=17054

Modified:
 /branches/bleeding_edge/src/type-info.cc

=======================================
--- /branches/bleeding_edge/src/type-info.cc    Tue Oct  1 15:24:56 2013 UTC
+++ /branches/bleeding_edge/src/type-info.cc    Tue Oct  1 16:57:39 2013 UTC
@@ -422,7 +422,6 @@
 Handle<Type> TypeFeedbackOracle::IncrementType(CountOperation* expr) {
   Handle<Object> object = GetInfo(expr->CountBinOpFeedbackId());
   Handle<Type> unknown(Type::None(), isolate_);
-  ASSERT(object->IsCode());
   if (!object->IsCode()) return unknown;
   Handle<Code> code = Handle<Code>::cast(object);
   if (!code->is_binary_op_stub()) return unknown;

--
--
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/groups/opt_out.

Reply via email to