Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / application_manager / test.mojom
index 0beaba5..6a03581 100644 (file)
@@ -6,7 +6,7 @@ module mojo {
 
 [Client=TestClient]
 interface TestService {
-  Test(string test_string);
+  Test(string? test_string);
 };
 
 interface TestClient {