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

Unified Diff: frog/value.dart

Issue 9222015: fix break in r3504 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen minfrog Created 8 years, 11 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 | « frog/tests/frog/frog.status ('k') | tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/value.dart
diff --git a/frog/value.dart b/frog/value.dart
index b13ea6fa35da5112158c5cb7b6ada53445b41940..d699fa182355b6ce7da3f8cfe33ba0b197aa047a 100644
--- a/frog/value.dart
+++ b/frog/value.dart
@@ -44,6 +44,7 @@ class PureStaticValue extends Value {
if (member == null) {
world.warning('can not find "$name" on "${type.name}"', node.span);
+ return null;
}
if (isType && !member.isStatic) {
« no previous file with comments | « frog/tests/frog/frog.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698