Title: [200891] trunk/Source/WebKit2
Revision
200891
Author
[email protected]
Date
2016-05-13 16:26:59 -0700 (Fri, 13 May 2016)

Log Message

Try to fix some non-iOS builds.

* mac/postprocess-framework-headers.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (200890 => 200891)


--- trunk/Source/WebKit2/ChangeLog	2016-05-13 23:15:38 UTC (rev 200890)
+++ trunk/Source/WebKit2/ChangeLog	2016-05-13 23:26:59 UTC (rev 200891)
@@ -1,3 +1,9 @@
+2016-05-13  Dan Bernstein  <[email protected]>
+
+        Try to fix some non-iOS builds.
+
+        * mac/postprocess-framework-headers.sh:
+
 2016-05-13  Ryan Haddad  <[email protected]>
 
         Attempt to fix the iOS build after r200874

Modified: trunk/Source/WebKit2/mac/postprocess-framework-headers.sh (200890 => 200891)


--- trunk/Source/WebKit2/mac/postprocess-framework-headers.sh	2016-05-13 23:15:38 UTC (rev 200890)
+++ trunk/Source/WebKit2/mac/postprocess-framework-headers.sh	2016-05-13 23:26:59 UTC (rev 200891)
@@ -76,7 +76,7 @@
             -e s/^WK_CLASS_DEPRECATED/NS_CLASS_DEPRECATED/
         )
     else
-        SED_OPTIONS+=(-e 's/WK_(CLASS_|ENUM_)?AVAILABLE(_IOS|_MAC)?\([^\)]+\)//g' -e 's/WK_(CLASS_)?DEPRECATED\([^\)]+\)//g')
+        SED_OPTIONS+=(-e 's/WK_(CLASS_|ENUM_)?AVAILABLE(_IOS|_MAC)?\([^\)]+\)//g' -e 's/WK_(CLASS_|ENUM_)?DEPRECATED\([^\)]+\)//g')
     fi
 
     SED_OPTIONS+=(${OTHER_SED_OPTIONS[*]})
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to