Modified: trunk/Source/WebKit2/ChangeLog (149035 => 149036)
--- trunk/Source/WebKit2/ChangeLog 2013-04-24 15:15:50 UTC (rev 149035)
+++ trunk/Source/WebKit2/ChangeLog 2013-04-24 15:26:24 UTC (rev 149036)
@@ -1,3 +1,16 @@
+2013-04-24 Carlos Garcia Campos <[email protected]>
+
+ [WebKit2] Add CoordinatedGraphics to the list of platforms in generate-forwarding-headers.pl
+ https://bugs.webkit.org/show_bug.cgi?id=115098
+
+ Reviewed by Martin Robinson.
+
+ r148963 introduced a new WKView.h header in a directory not listed
+ as a platform prefix in generate-forwarding-headers.pl.
+
+ * Scripts/generate-forwarding-headers.pl: Replace unused chromium
+ plaform prefix with CoordinatedGraphics that is used now.
+
2013-04-24 Seokju Kwon <[email protected]>
Web Inspector: Add number to list from remote web inspector.
Modified: trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl (149035 => 149036)
--- trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl 2013-04-24 15:15:50 UTC (rev 149035)
+++ trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl 2013-04-24 15:26:24 UTC (rev 149036)
@@ -35,7 +35,7 @@
my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
my $incFromRoot = abs_path($ARGV[0]);
-my @platformPrefixes = ("blackberry", "cf", "chromium", "curl", "efl", "gtk", "mac", "qt", "soup", "win", "wx");
+my @platformPrefixes = ("blackberry", "cf", "CoordinatedGraphics", "curl", "efl", "gtk", "mac", "qt", "soup", "win", "wx");
my @frameworks = ("_javascript_Core", "WebCore", "WebKit2");
my @skippedPrefixes;
my @frameworkHeaders;