* mac/postprocess-framework-headers.sh:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@185547
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-06-14 Dan Bernstein <mitz@apple.com>
+
+ Fixed the build.
+
+ * mac/postprocess-framework-headers.sh:
+
2015-06-14 Michael Catanzaro <mcatanzaro@igalia.com>
Format string misuse in DatabaseProcessIDBConnection.cpp and UniqueIDBDatabaseBackingStoreSQLite.cpp
-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/