Title: [204660] trunk/Tools
- Revision
- 204660
- Author
- [email protected]
- Date
- 2016-08-19 15:24:46 -0700 (Fri, 19 Aug 2016)
Log Message
Build fix for non-USE_SIM_SERVICE_CONTEXT builds
* LayoutTestRelay/LayoutTestRelay/main.m: (main):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (204659 => 204660)
--- trunk/Tools/ChangeLog 2016-08-19 22:13:15 UTC (rev 204659)
+++ trunk/Tools/ChangeLog 2016-08-19 22:24:46 UTC (rev 204660)
@@ -1,3 +1,8 @@
+2016-08-19 Alexey Proskuryakov <[email protected]>
+
+ Build fix for non-USE_SIM_SERVICE_CONTEXT builds
+ * LayoutTestRelay/LayoutTestRelay/main.m: (main):
+
2016-08-18 Simon Fraser <[email protected]>
REGRESSION (r204477): Running LayoutTests on ios-simulator became ~15 minutes slower
Modified: trunk/Tools/LayoutTestRelay/LayoutTestRelay/main.m (204659 => 204660)
--- trunk/Tools/LayoutTestRelay/LayoutTestRelay/main.m 2016-08-19 22:13:15 UTC (rev 204659)
+++ trunk/Tools/LayoutTestRelay/LayoutTestRelay/main.m 2016-08-19 22:24:46 UTC (rev 204660)
@@ -91,7 +91,9 @@
}
}
+#if USE_SIM_SERVICE_CONTEXT
NSString *developerDirectory = getRequiredStringArgument(@"developerDir");
+#endif
NSUUID *udid = [[NSUUID alloc] initWithUUIDString:getRequiredStringArgument(@"udid")];
NSString *appPath = getRequiredStringArgument(@"app");
NSString *productDirectory = getRequiredStringArgument(@"productDir");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes