Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| diff --git a/runtime/vm/code_generator.cc b/runtime/vm/code_generator.cc |
| index daafa59723152620853211a0b3dd23ccad6eef42..624ace99dfc9e06f3f76cf8e8bdec9e59ac72695 100644 |
| --- a/runtime/vm/code_generator.cc |
| +++ b/runtime/vm/code_generator.cc |
| @@ -576,6 +576,8 @@ DEFINE_RUNTIME_ENTRY(Instanceof, 5) { |
| instance, type, instantiator_type_arguments, result); |
| } |
| if (!result.value() && !malformed_error.IsNull()) { |
| + UNREACHABLE(); |
|
Florian Schneider
2013/04/12 11:01:52
Accidental edit?
Vyacheslav Egorov (Google)
2013/04/12 11:02:48
Indeed. Reverted.
|
| + |
| // Throw a dynamic type error only if the instanceof test fails. |
| const intptr_t location = GetCallerLocation(); |
| String& malformed_error_message = String::Handle( |