| Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
|
| diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
|
| index 61c0bbf812fd9e6fc39063c1ad8f69f357e8482d..affd508d9608b16ec38b37de3a347771de09d16f 100644
|
| --- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
|
| +++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
|
| @@ -4366,7 +4366,7 @@ class _BoundsCheckTestInterfaceServiceDescription implements service_describer.S
|
| }
|
|
|
| abstract class BoundsCheckTestInterface {
|
| - static const String serviceName = null;
|
| + static const String serviceName = "this.is.the.service.name.for.BoundsCheckTestInterface";
|
| dynamic method0(int param0,[Function responseFactory = null]);
|
| void method1(int param0);
|
| }
|
|
|