Chromium Code Reviews| Index: runtime/vm/dart.cc |
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc |
| index 89d9fc5527c0cf1e9e83a4392b35852e12ca1580..9da41588c515451c76f2b74e1b39e6951cb4e416 100644 |
| --- a/runtime/vm/dart.cc |
| +++ b/runtime/vm/dart.cc |
| @@ -268,7 +268,6 @@ Isolate* Dart::CreateIsolate(const char* name_prefix, |
| const Dart_IsolateFlags& api_flags) { |
| // Create a new isolate. |
| Isolate* isolate = Isolate::Init(name_prefix, api_flags); |
| - ASSERT(isolate != NULL); |
| return isolate; |
| } |