| 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 91281f4785a0c33b88ed7c62e8f0e5c27a0267e5..a51eec9b9ab8d341e9444d570226863a4c4168a8 100644
|
| --- a/sky/engine/core/script/dart_controller.cc
|
| +++ b/sky/engine/core/script/dart_controller.cc
|
| @@ -131,7 +131,6 @@ void DartController::CreateIsolateFor(PassOwnPtr<DOMDartState> state) {
|
| Dart_SetMessageNotifyCallback(MessageNotifyCallback);
|
| CHECK(isolate) << error;
|
| dom_dart_state_->SetIsolate(isolate);
|
| - Dart_SetGcCallbacks(DartGCPrologue, DartGCEpilogue);
|
| CHECK(!LogIfError(Dart_SetLibraryTagHandler(DartLibraryTagHandler)));
|
|
|
| {
|
|
|