Title: [207474] trunk/Source/WebCore
Revision
207474
Author
d...@apple.com
Date
2016-10-18 11:23:56 -0700 (Tue, 18 Oct 2016)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207473 => 207474)


--- trunk/Source/WebCore/ChangeLog	2016-10-18 18:08:16 UTC (rev 207473)
+++ trunk/Source/WebCore/ChangeLog	2016-10-18 18:23:56 UTC (rev 207474)
@@ -1,3 +1,17 @@
+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-18  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         SVGCSSParser: m_implicitShorthand value is not reset after adding the shorthand property

Modified: trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig (207473 => 207474)


--- trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2016-10-18 18:08:16 UTC (rev 207473)
+++ trunk/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig	2016-10-18 18:23:56 UTC (rev 207474)
@@ -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