Index: mojo/apps/js/test/js_to_cpp.mojom |
diff --git a/mojo/apps/js/test/js_to_cpp.mojom b/mojo/apps/js/test/js_to_cpp.mojom |
index 843e905c798a6246c182c8c1228edafa7fefa8db..dc49981ec503e492559253865b73cf14518b20f4 100644 |
--- a/mojo/apps/js/test/js_to_cpp.mojom |
+++ b/mojo/apps/js/test/js_to_cpp.mojom |
@@ -21,7 +21,6 @@ struct EchoArgs { |
string[] string_array; |
}; |
-[Peer=JsSide] |
interface CppSide { |
StartTest(); // Sent for all tests to notify that the JS side is now ready. |
TestFinished(); // Sent in echo / bit-flip tests to indicate end. |
@@ -30,7 +29,7 @@ interface CppSide { |
BitFlipResponse(EchoArgs arg); |
}; |
-[Peer=CppSide] |
+[Client=CppSide] |
interface JsSide { |
Ping(); |
Echo(int32 numIterations, EchoArgs arg); |