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

Issue 292023002: Ensure that the class is finalized before marking class as having (Closed)

Created:
6 years, 7 months ago by siva
Modified:
6 years, 7 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Ensure that the class is finalized before marking class as having nullable fields. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=36339

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M runtime/vm/dart_api_impl.cc View 2 chunks +7 lines, -5 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
siva
6 years, 7 months ago (2014-05-19 23:34:36 UTC) #1
srdjan
lgtm https://codereview.chromium.org/292023002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/292023002/diff/1/runtime/vm/dart_api_impl.cc#newcode3284 runtime/vm/dart_api_impl.cc:3284: ASSERT(iterate_cls.is_finalized()); Strictly, this is not necessary since all ...
6 years, 7 months ago (2014-05-19 23:39:10 UTC) #2
siva
Thanks. https://codereview.chromium.org/292023002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/292023002/diff/1/runtime/vm/dart_api_impl.cc#newcode3284 runtime/vm/dart_api_impl.cc:3284: ASSERT(iterate_cls.is_finalized()); Agreed but I was just being extra ...
6 years, 7 months ago (2014-05-19 23:42:16 UTC) #3
siva
6 years, 7 months ago (2014-05-19 23:48:03 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r36339 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698