提交 c9edc0ac 编写于 作者: A Adam Barth

Remove GC prolog and epilog

We don't need these anymore.

R=eseidel@chromium.org, eseidel@google.com

Review URL: https://codereview.chromium.org/1226773009 .
上级 fe8c1e6b
......@@ -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)));
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册