Chromium Code Reviews| Index: vm/code_generator.cc |
| =================================================================== |
| --- vm/code_generator.cc (revision 3563) |
| +++ vm/code_generator.cc (working copy) |
| @@ -885,7 +885,7 @@ |
| uword interrupt_bits = isolate->GetAndClearInterrupts(); |
| if (interrupt_bits & Isolate::kMessageInterrupt) { |
| - UNIMPLEMENTED(); |
| + // UNIMPLEMENTED(); |
| } |
| if (interrupt_bits & Isolate::kApiInterrupt) { |
| Dart_IsolateInterruptCallback callback = isolate->InterruptCallback(); |