Title: [207504] tags/Safari-603.1.9.0.2/Source/WebCore
Revision
207504
Author
bshaf...@apple.com
Date
2016-10-18 16:55:04 -0700 (Tue, 18 Oct 2016)

Log Message

Merged r207474.  rdar://problem/28786160

Modified Paths

Diff

Modified: tags/Safari-603.1.9.0.2/Source/WebCore/ChangeLog (207503 => 207504)


--- tags/Safari-603.1.9.0.2/Source/WebCore/ChangeLog	2016-10-18 23:54:22 UTC (rev 207503)
+++ tags/Safari-603.1.9.0.2/Source/WebCore/ChangeLog	2016-10-18 23:55:04 UTC (rev 207504)
@@ -1,3 +1,21 @@
+2016-10-18  Babak Shafiei  <bshaf...@apple.com>
+
+        Merge r207474.
+
+    2016-10-18  Dean Jackson  <d...@apple.com>
+
+            Remove dependency cycle with UIKit
+            https://bugs.webkit.org/show_bug.cgi?id=163577
+            <rdar://problem/28786160>
+
+            Reviewed by Tim Horton.
+
+            Soft link against UIKit. Followup patch because
+            I screwed up and forgot to edit the simulator
+            configuration.
+
+            * Configurations/WebCoreTestSupport.xcconfig:
+
 2016-10-17  Babak Shafiei  <bshaf...@apple.com>
 
         Merge r207446.

Modified: tags/Safari-603.1.9.0.2/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig (207503 => 207504)


--- tags/Safari-603.1.9.0.2/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2016-10-18 23:54:22 UTC (rev 207503)
+++ tags/Safari-603.1.9.0.2/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2016-10-18 23:55:04 UTC (rev 207504)
@@ -51,5 +51,5 @@
 OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
 OTHER_LDFLAGS[sdk=macos*] = $(ASAN_OTHER_LDFLAGS) -framework AppKit;
 OTHER_LDFLAGS[sdk=iphoneos*] = $(ASAN_OTHER_LDFLAGS) -lAccessibility -F$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/PhonyWebKitLegacy;
-OTHER_LDFLAGS[sdk=iphonesimulator*] = $(ASAN_OTHER_LDFLAGS) -framework UIKit -lAccessibility -F$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/PhonyWebKitLegacy;
+OTHER_LDFLAGS[sdk=iphonesimulator*] = $(ASAN_OTHER_LDFLAGS) -lAccessibility -F$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/PhonyWebKitLegacy;
 SECT_ORDER_FLAGS = ;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to