Index: src/runtime/runtime-interpreter.cc |
diff --git a/src/runtime/runtime-interpreter.cc b/src/runtime/runtime-interpreter.cc |
index ef86869ccce92d1a73e2ff5ca71f8eb337e1668d..3280a854cfdcea1fb6b3219763b5568c9081a39b 100644 |
--- a/src/runtime/runtime-interpreter.cc |
+++ b/src/runtime/runtime-interpreter.cc |
@@ -175,7 +175,7 @@ RUNTIME_FUNCTION(Runtime_InterpreterForInPrepare) { |
cache_array = Handle<FixedArray>::cast(cache_type); |
cache_length = cache_array->length(); |
- STATIC_ASSERT(FIRST_JS_PROXY_TYPE == FIRST_SPEC_OBJECT_TYPE); |
+ STATIC_ASSERT(FIRST_JS_PROXY_TYPE == FIRST_JS_RECEIVER_TYPE); |
if (receiver_map->instance_type() <= LAST_JS_PROXY_TYPE) { |
DCHECK_GE(receiver_map->instance_type(), LAST_JS_PROXY_TYPE); |
// Zero indicates proxy |