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

Issue 11280141: Be spec compliant. Fix issue 6870. (Closed)

Created:
8 years, 1 month ago by ngeoffray
Modified:
8 years, 1 month ago
Reviewers:
ahe
CC:
reviews_dartlang.org, scheglov
Visibility:
Public.

Description

Be spec compliant. Fix issue 6870. Committed: https://code.google.com/p/dart/source/detail?r=15248

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M sdk/lib/_internal/compiler/implementation/world.dart View 1 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
8 years, 1 month ago (2012-11-22 10:23:42 UTC) #1
ahe
LGTM! https://codereview.chromium.org/11280141/diff/1/sdk/lib/_internal/compiler/implementation/world.dart File sdk/lib/_internal/compiler/implementation/world.dart (right): https://codereview.chromium.org/11280141/diff/1/sdk/lib/_internal/compiler/implementation/world.dart#newcode129 sdk/lib/_internal/compiler/implementation/world.dart:129: Set<ClassElement> types = typesImplementedBySubclasses[superclass]; types -> subclasses?
8 years, 1 month ago (2012-11-22 12:16:22 UTC) #2
ngeoffray
8 years, 1 month ago (2012-11-22 12:19:13 UTC) #3
Thanks Peter.

https://codereview.chromium.org/11280141/diff/1/sdk/lib/_internal/compiler/im...
File sdk/lib/_internal/compiler/implementation/world.dart (right):

https://codereview.chromium.org/11280141/diff/1/sdk/lib/_internal/compiler/im...
sdk/lib/_internal/compiler/implementation/world.dart:129: Set<ClassElement>
types = typesImplementedBySubclasses[superclass];
On 2012/11/22 12:16:23, ahe wrote:
> types -> subclasses?

Done.

Powered by Google App Engine
This is Rietveld 408576698