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

Unified Diff: dart/samples/ui_lib/layout/GridLayoutParser.dart

Issue 10703004: Update status file and fix a "static inheritance" bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/samples/tests/samples/samples.status ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/ui_lib/layout/GridLayoutParser.dart
diff --git a/dart/samples/ui_lib/layout/GridLayoutParser.dart b/dart/samples/ui_lib/layout/GridLayoutParser.dart
index 4e876bed4809a08dae56d11e74e474e11ab7a5ee..f719d4671d47b008519181fd7958ff3542147c48 100644
--- a/dart/samples/ui_lib/layout/GridLayoutParser.dart
+++ b/dart/samples/ui_lib/layout/GridLayoutParser.dart
@@ -377,7 +377,7 @@ class _GridTrackParser extends _Parser {
}
if (resultTracks != null) {
- if (_peekChar() == R_PAREN) {
+ if (_peekChar() == _Parser.R_PAREN) {
ahe 2012/06/27 10:44:02 Static methods are not inherited. See this test fo
return;
}
resultTracks.add(new GridTrack(_parseTrackMinmax()));
« no previous file with comments | « dart/samples/tests/samples/samples.status ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698