Index: services/js/system/tests/js_to_cpp.mojom |
diff --git a/services/js/system/tests/js_to_cpp.mojom b/services/js/system/tests/js_to_cpp.mojom |
index 688b22b3dea8321a9d402535f5983bebae8b2cb5..65e8e65d16ccf75f0d08c2ae9cad4a1a9c7be08b 100644 |
--- a/services/js/system/tests/js_to_cpp.mojom |
+++ b/services/js/system/tests/js_to_cpp.mojom |
@@ -6,11 +6,11 @@ struct EchoArgs { |
int64 si64; |
int32 si32; |
int16 si16; |
- int8 si8; |
+ int8 si8; |
uint64 ui64; |
uint32 ui32; |
uint16 ui16; |
- uint8 ui8; |
+ uint8 ui8; |
float float_val; |
float float_inf; |
float float_nan; |