Title: [213388] tags/Safari-604.1.8.0.1/Source/WebKit/mac
Revision
213388
Author
jmarc...@apple.com
Date
2017-03-03 14:34:39 -0800 (Fri, 03 Mar 2017)

Log Message

Merge r213373. rdar://problem/30825660

Modified Paths

Diff

Modified: tags/Safari-604.1.8.0.1/Source/WebKit/mac/ChangeLog (213387 => 213388)


--- tags/Safari-604.1.8.0.1/Source/WebKit/mac/ChangeLog	2017-03-03 22:34:16 UTC (rev 213387)
+++ tags/Safari-604.1.8.0.1/Source/WebKit/mac/ChangeLog	2017-03-03 22:34:39 UTC (rev 213388)
@@ -1,3 +1,16 @@
+2017-03-03  Jason Marcell  <jmarc...@apple.com>
+
+        Merge r213373. rdar://problem/30825660
+
+    2017-03-03  Alexey Proskuryakov  <a...@apple.com>
+
+            Build fix
+            rdar://problem/30825660
+
+            Suggested by Dan Bernstein.
+
+            * Configurations/WebKitLegacy.xcconfig:
+
 2017-02-27  Alex Christensen  <achristen...@webkit.org>
 
         Begin enabling WebRTC on 64-bit

Modified: tags/Safari-604.1.8.0.1/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig (213387 => 213388)


--- tags/Safari-604.1.8.0.1/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig	2017-03-03 22:34:16 UTC (rev 213387)
+++ tags/Safari-604.1.8.0.1/Source/WebKit/mac/Configurations/WebKitLegacy.xcconfig	2017-03-03 22:34:39 UTC (rev 213388)
@@ -122,5 +122,7 @@
 
 // FIXME: Enable TAPI in open source builds once <rdar://problem/24582471> is fixed in all supported SDKs.
 SUPPORTS_TEXT_BASED_API[sdk=iphone*] = $(USE_INTERNAL_SDK);
+SUPPORTS_TEXT_BASED_API[sdk=appletv*] = NO;
+SUPPORTS_TEXT_BASED_API[sdk=watch*] = NO;
 OTHER_TAPI_FLAGS[sdk=iphone*] = -x objective-c++ -std=c++11 -fno-rtti;
 TAPI_VERIFY_MODE[sdk=iphone*] = Pedantic;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to