| Index: sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (revision 26305)
|
| +++ sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart (working copy)
|
| @@ -572,6 +572,10 @@
|
| Element locateSingleElement(Selector selector, Compiler compiler) {
|
| throw new UnsupportedError("");
|
| }
|
| +
|
| + bool needsNoSuchMethodHandling(Selector selector, Compiler compiler) {
|
| + throw new UnsupportedError("");
|
| + }
|
| }
|
|
|
| /**
|
|
|