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

Issue 10909209: Eliminate the const constructor from the Expando class. (Closed)

Created:
8 years, 3 months ago by cshapiro
Modified:
8 years, 3 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Eliminate the const constructor from the Expando class. Committed: https://code.google.com/p/dart/source/detail?r=12354

Patch Set 1 #

Total comments: 2

Patch Set 2 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -145 lines) Patch
M lib/compiler/implementation/lib/core_patch.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M lib/core/expando.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/lib/expando_patch.dart View 1 2 chunks +17 lines, -43 lines 0 comments Download
M tests/corelib/expando_test.dart View 1 chunk +69 lines, -98 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
cshapiro
8 years, 3 months ago (2012-09-13 19:59:37 UTC) #1
hausner
LGTM with comment. http://codereview.chromium.org/10909209/diff/1/runtime/lib/expando_patch.dart File runtime/lib/expando_patch.dart (right): http://codereview.chromium.org/10909209/diff/1/runtime/lib/expando_patch.dart#newcode10 runtime/lib/expando_patch.dart:10: if (_data !== null) { If ...
8 years, 3 months ago (2012-09-13 20:06:48 UTC) #2
cshapiro
8 years, 3 months ago (2012-09-13 21:19:41 UTC) #3
http://codereview.chromium.org/10909209/diff/1/runtime/lib/expando_patch.dart
File runtime/lib/expando_patch.dart (right):

http://codereview.chromium.org/10909209/diff/1/runtime/lib/expando_patch.dart...
runtime/lib/expando_patch.dart:10: if (_data !== null) {
Good idea.  Done.

Powered by Google App Engine
This is Rietveld 408576698