Title: [185547] trunk/Source/WebKit2
Revision
185547
Author
[email protected]
Date
2015-06-14 21:13:02 -0700 (Sun, 14 Jun 2015)

Log Message

Fixed the build.

* mac/postprocess-framework-headers.sh:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185546 => 185547)


--- trunk/Source/WebKit2/ChangeLog	2015-06-14 21:10:13 UTC (rev 185546)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-15 04:13:02 UTC (rev 185547)
@@ -1,3 +1,9 @@
+2015-06-14  Dan Bernstein  <[email protected]>
+
+        Fixed the build.
+
+        * mac/postprocess-framework-headers.sh:
+
 2015-06-14  Michael Catanzaro  <[email protected]>
 
         Format string misuse in DatabaseProcessIDBConnection.cpp and UniqueIDBDatabaseBackingStoreSQLite.cpp

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


--- trunk/Source/WebKit2/mac/postprocess-framework-headers.sh	2015-06-14 21:10:13 UTC (rev 185546)
+++ trunk/Source/WebKit2/mac/postprocess-framework-headers.sh	2015-06-15 04:13:02 UTC (rev 185547)
@@ -66,9 +66,9 @@
         -e s/WK_DEPRECATED/NS_DEPRECATED/
         -e s/WK_DESIGNATED_INITIALIZER/NS_DESIGNATED_INITIALIZER/
         -e s/WK_ENUM_AVAILABLE/NS_ENUM_AVAILABLE/
-        -e s/WK_NULLABLE/nullable/g
         -e s/WK_NULLABLE_PROPERTY/nullable,/
         -e s/WK_NULLABLE_SPECIFIER/__nullable/g
+        -e s/WK_NULLABLE/nullable/g
         -e s/WK_NULL_UNSPECIFIED/null_unspecified/
         -e s/WK_UNAVAILABLE/NS_UNAVAILABLE/
         -e s/^WK_CLASS_AVAILABLE/NS_CLASS_AVAILABLE/
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to