Modified: trunk/Source/WebKit2/ChangeLog (159883 => 159884)
--- trunk/Source/WebKit2/ChangeLog 2013-11-30 04:17:29 UTC (rev 159883)
+++ trunk/Source/WebKit2/ChangeLog 2013-11-30 07:41:14 UTC (rev 159884)
@@ -1,3 +1,9 @@
+2013-11-29 Zan Dobersek <[email protected]>
+
+ Unreviewed build fix for EFL and GTK WK2 builds.
+
+ * Scripts/generate-forwarding-headers.pl: Add Cocoa to the list of platform prefixes.
+
2013-11-29 Tibor Meszaros <[email protected]>
Fix build warnings in WebKit2
Modified: trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl (159883 => 159884)
--- trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl 2013-11-30 04:17:29 UTC (rev 159883)
+++ trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl 2013-11-30 07:41:14 UTC (rev 159884)
@@ -35,7 +35,7 @@
my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
my $incFromRoot = abs_path($ARGV[0]);
-my @platformPrefixes = ("blackberry", "cf", "CoordinatedGraphics", "curl", "efl", "gtk", "mac", "soup", "win");
+my @platformPrefixes = ("blackberry", "cf", "Cocoa", "CoordinatedGraphics", "curl", "efl", "gtk", "mac", "soup", "win");
my @frameworks = ("_javascript_Core", "WebCore", "WebKit2");
my @skippedPrefixes;
my @frameworkHeaders;