Index: src/runtime/runtime-scopes.cc |
diff --git a/src/runtime/runtime-scopes.cc b/src/runtime/runtime-scopes.cc |
index 4aec57b371957f73849ea02816178d06f38d085c..7e4c123de942da7fa3aa011538b594eee5d6a78c 100644 |
--- a/src/runtime/runtime-scopes.cc |
+++ b/src/runtime/runtime-scopes.cc |
@@ -26,7 +26,7 @@ RUNTIME_FUNCTION(Runtime_ThrowConstAssignError) { |
HandleScope scope(isolate); |
THROW_NEW_ERROR_RETURN_FAILURE( |
isolate, |
- NewTypeError("harmony_const_assign", HandleVector<Object>(NULL, 0))); |
+ NewTypeError("const_assign", HandleVector<Object>(NULL, 0))); |
} |