Index: src/stub-cache.cc |
diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
index 5c72806da7b4c07f0fbfddfa650841d17102c433..a12976a6c214c984c3414ff03eaf76b9853e2349 100644 |
--- a/src/stub-cache.cc |
+++ b/src/stub-cache.cc |
@@ -198,7 +198,6 @@ Handle<Code> StubCache::ComputeLoadNonexistent(Handle<Name> name, |
LoadStubCompiler compiler(isolate_, kNoExtraICState, flag); |
Handle<Code> compiled = compiler.CompileLoadNonexistent( |
type, last, cache_name); |
- ASSERT(compiled->major_key() == handler->major_key()); |
ASSERT(compiled->flags() == handler->flags()); |
#endif |
return handler; |