| Index: mojo/dart/unittests/embedder_tests/validation_test.dart
|
| diff --git a/mojo/dart/unittests/embedder_tests/validation_test.dart b/mojo/dart/unittests/embedder_tests/validation_test.dart
|
| index aabb0797c45965e395d4b9e9ca370cfae336a7fe..20d22b3286d4a3fe06bcf1726e930da307d4419c 100644
|
| --- a/mojo/dart/unittests/embedder_tests/validation_test.dart
|
| +++ b/mojo/dart/unittests/embedder_tests/validation_test.dart
|
| @@ -23,7 +23,7 @@ class ConformanceTestInterfaceImpl implements ConformanceTestInterface {
|
| }
|
|
|
| set onError(Function f) {
|
| - _stub.onError = f;
|
| + _stub.ctrl.onError = f;
|
| }
|
|
|
| void _complete() => _completer.complete(null);
|
|
|