Index: src/ic/ic.cc |
diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
index 651eb2cac61ac24f93d232e1ecded9c892383bf6..f896d16cabf2ca055a8e9d63bd60e538817fc830 100644 |
--- a/src/ic/ic.cc |
+++ b/src/ic/ic.cc |
@@ -1551,7 +1551,7 @@ MaybeHandle<Object> StoreIC::Store(Handle<Object> object, Handle<Name> name, |
Handle<Context> script_context = ScriptContextTable::GetContext( |
script_contexts, lookup_result.context_index); |
if (lookup_result.mode == CONST) { |
- return TypeError("harmony_const_assign", object, name); |
+ return TypeError("const_assign", object, name); |
} |
if (FLAG_use_ic && |