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

Issue 10824350: Fix some type warnings. (Closed)

Created:
8 years, 4 months ago by karlklose
Modified:
8 years, 4 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org, Lasse Reichstein Nielsen
Visibility:
Public.

Description

Fix some type warnings. Committed: https://code.google.com/p/dart/source/detail?r=11028

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -8 lines) Patch
M lib/compiler/implementation/elements/elements.dart View 3 chunks +7 lines, -5 lines 0 comments Download
M lib/compiler/implementation/patch_parser.dart View 1 chunk +1 line, -1 line 1 comment Download
M lib/compiler/implementation/resolver.dart View 1 chunk +3 lines, -2 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
karlklose
8 years, 4 months ago (2012-08-20 11:33:27 UTC) #1
ahe
8 years, 4 months ago (2012-08-20 15:23:16 UTC) #2
LGTM!

https://chromiumcodereview.appspot.com/10824350/diff/1/lib/compiler/implement...
File lib/compiler/implementation/patch_parser.dart (right):

https://chromiumcodereview.appspot.com/10824350/diff/1/lib/compiler/implement...
lib/compiler/implementation/patch_parser.dart:214: AbstractFieldElement field =
existing;
Anders already fixed this, I think.

https://chromiumcodereview.appspot.com/10824350/diff/1/lib/compiler/implement...
File lib/compiler/implementation/resolver.dart (right):

https://chromiumcodereview.appspot.com/10824350/diff/1/lib/compiler/implement...
lib/compiler/implementation/resolver.dart:1955: ClassElement superelement =
supertype.element;
superelement -> superElement.

Powered by Google App Engine
This is Rietveld 408576698