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

Issue 363473004: Hide synthetic metadata field exposed in r35926. (Closed)

Created:
6 years, 5 months ago by rmacnak
Modified:
6 years, 5 months ago
Reviewers:
regis, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Hide synthetic metadata field exposed in r35926. Also remove Object::CreateInternalMetaData. BUG=http://dartbug.com/19731 R=iposva@google.com, regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=37900

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -28 lines) Patch
M runtime/lib/mirrors.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M runtime/vm/dart.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 6 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 6 chunks +5 lines, -18 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/parser.cc View 3 chunks +3 lines, -1 line 0 comments Download
A tests/lib/mirrors/regress_19731_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rmacnak
6 years, 5 months ago (2014-06-30 21:53:45 UTC) #1
regis
LGTM
6 years, 5 months ago (2014-06-30 22:59:47 UTC) #2
Ivan Posva
LGTM, while at the same timeI am wondering whether this cannot be dealt with entirely ...
6 years, 5 months ago (2014-07-01 14:27:49 UTC) #3
rmacnak
https://codereview.chromium.org/363473004/diff/1/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/363473004/diff/1/runtime/lib/mirrors.cc#newcode1060 runtime/lib/mirrors.cc:1060: if (!field.is_synthetic()) { On 2014/07/01 14:27:48, Ivan Posva wrote: ...
6 years, 5 months ago (2014-07-01 20:08:20 UTC) #4
rmacnak
6 years, 5 months ago (2014-07-01 20:09:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r37900 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698