Title: [213568] trunk/Source/WebKit/mac
Revision
213568
Author
[email protected]
Date
2017-03-07 23:32:49 -0800 (Tue, 07 Mar 2017)

Log Message

WebKitLegacy should re-export symbols from WebCore on watchos and tvos
https://bugs.webkit.org/show_bug.cgi?id=169341
<rdar://problem/30913788>

Reviewed by Dan Bernstein.

* MigrateHeaders.make:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (213567 => 213568)


--- trunk/Source/WebKit/mac/ChangeLog	2017-03-08 06:06:41 UTC (rev 213567)
+++ trunk/Source/WebKit/mac/ChangeLog	2017-03-08 07:32:49 UTC (rev 213568)
@@ -1,3 +1,13 @@
+2017-03-07  Alexey Proskuryakov  <[email protected]>
+
+        WebKitLegacy should re-export symbols from WebCore on watchos and tvos
+        https://bugs.webkit.org/show_bug.cgi?id=169341
+        <rdar://problem/30913788>
+
+        Reviewed by Dan Bernstein.
+
+        * MigrateHeaders.make:
+
 2017-03-07  Simon Fraser  <[email protected]>
 
         Have fixedPositionCreatesStackingContext be on by default everywhere

Modified: trunk/Source/WebKit/mac/MigrateHeaders.make (213567 => 213568)


--- trunk/Source/WebKit/mac/MigrateHeaders.make	2017-03-08 06:06:41 UTC (rev 213567)
+++ trunk/Source/WebKit/mac/MigrateHeaders.make	2017-03-08 07:32:49 UTC (rev 213568)
@@ -74,7 +74,7 @@
 $(PRIVATE_HEADERS_DIR)/% : % MigrateHeaders.make
 	$(WEBCORE_HEADER_MIGRATE_CMD)
 
-ifneq (,$(findstring iphone,$(PLATFORM_NAME)))
+ifneq ($(PLATFORM_NAME), macosx)
 REEXPORT_FILE = $(BUILT_PRODUCTS_DIR)/DerivedSources/WebKitLegacy/ReexportedWebCoreSymbols_$(CURRENT_ARCH).exp
 
 all : $(REEXPORT_FILE)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to