| Index: sky/engine/core/script/dart_controller.cc
|
| diff --git a/sky/engine/core/script/dart_controller.cc b/sky/engine/core/script/dart_controller.cc
|
| index b440d420dd189d7a0b181b334a1b4b7520447089..bc642fd430d768e79d0108139570cd0c0b18caef 100644
|
| --- a/sky/engine/core/script/dart_controller.cc
|
| +++ b/sky/engine/core/script/dart_controller.cc
|
| @@ -154,7 +154,6 @@ void DartController::ExecuteLibraryInModule(AbstractModule* module,
|
| }
|
|
|
| static void UnhandledExceptionCallback(Dart_Handle error) {
|
| - DCHECK(!Dart_IsError(error));
|
| LOG(ERROR) << Dart_GetError(error);
|
| }
|
|
|
|
|