 Chromium Code Reviews
 Chromium Code Reviews Issue 10849004:
  Fix super getter/setter  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
    
  
    Issue 10849004:
  Fix super getter/setter  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/| Index: runtime/vm/resolver.h | 
| =================================================================== | 
| --- runtime/vm/resolver.h (revision 10409) | 
| +++ runtime/vm/resolver.h (working copy) | 
| @@ -34,6 +34,10 @@ | 
| int num_arguments, | 
| int num_named_arguments); | 
| + static RawFunction* ResolveDynamicAnyArgs( | 
| + const Class& receiver_class, | 
| + const String& function_name); | 
| + | 
| enum StaticResolveType { | 
| kIsQualified, | 
| kNotQualified |