Chromium Code Reviews| Index: sky/engine/tonic/dart_state.cc |
| diff --git a/sky/engine/tonic/dart_state.cc b/sky/engine/tonic/dart_state.cc |
| index cca278ce05c924e7944cfe82c40364d31c3201f9..ad5b9bc50eb8ac0c627ac4bff8ebc8b95ebeaa2e 100644 |
| --- a/sky/engine/tonic/dart_state.cc |
| +++ b/sky/engine/tonic/dart_state.cc |
| @@ -33,7 +33,6 @@ DartState::~DartState() { |
| } |
| void DartState::SetIsolate(Dart_Isolate isolate) { |
| - CHECK(!isolate_); |
| isolate_ = isolate; |
| if (!isolate_) |
| return; |