| Index: pkg/polymer/lib/src/instance.dart
|
| diff --git a/pkg/polymer/lib/src/instance.dart b/pkg/polymer/lib/src/instance.dart
|
| index abc2a0c777ad81c9f35ee049c0d6207404af6db7..e8777cebd5a8fd64896ef80c46b43d23fab5ff69 100644
|
| --- a/pkg/polymer/lib/src/instance.dart
|
| +++ b/pkg/polymer/lib/src/instance.dart
|
| @@ -822,6 +822,7 @@ abstract class Polymer implements Element, Observable, NodeBindExtension {
|
| if (member is MethodMirror) return member;
|
| type = type.superclass;
|
| } while (type != null);
|
| + return null; // unreachable
|
| }
|
|
|
| /**
|
|
|