Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Issue 1052053003: Fix Dartium build: Add missing Dart_ExitIsolate before call to Dart_CreateIsolate. (Closed)

Created:
5 years, 8 months ago by koda
Modified:
5 years, 8 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix Dartium build: Add missing Dart_ExitIsolate before call to Dart_CreateIsolate. The API specifies that there must be no current isolate when creating a new one. Add the corresponding check. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=44848

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M runtime/bin/gen_snapshot.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
koda
5 years, 8 months ago (2015-04-01 22:28:21 UTC) #1
siva
lgtm
5 years, 8 months ago (2015-04-01 22:31:25 UTC) #2
koda
5 years, 8 months ago (2015-04-01 22:32:27 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r44848 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698