Title: [101412] trunk/Source/WebKit2
Revision
101412
Author
carlo...@webkit.org
Date
2011-11-29 13:22:55 -0800 (Tue, 29 Nov 2011)

Log Message

Unreviewed. Fix GTK+ WebKit2 build after r101312.

* Scripts/generate-forwarding-headers.pl: Add blackberry to the
list of platforms.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (101411 => 101412)


--- trunk/Source/WebKit2/ChangeLog	2011-11-29 21:22:10 UTC (rev 101411)
+++ trunk/Source/WebKit2/ChangeLog	2011-11-29 21:22:55 UTC (rev 101412)
@@ -1,3 +1,10 @@
+2011-11-29  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix GTK+ WebKit2 build after r101312.
+
+        * Scripts/generate-forwarding-headers.pl: Add blackberry to the
+        list of platforms.
+
 2011-11-29  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
 
         [Qt] Don't hard-code the list of WebKit2 generated sources

Modified: trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl (101411 => 101412)


--- trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl	2011-11-29 21:22:10 UTC (rev 101411)
+++ trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl	2011-11-29 21:22:55 UTC (rev 101412)
@@ -35,7 +35,7 @@
 
 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
 my $incFromRoot = abs_path($ARGV[0]);
-my @platformPrefixes = ("cf", "chromium", "curl", "efl", "gtk", "mac", "qt", "soup", "v8", "win", "wx");
+my @platformPrefixes = ("blackberry", "cf", "chromium", "curl", "efl", "gtk", "mac", "qt", "soup", "v8", "win", "wx");
 my @frameworks = ( "_javascript_Core", "WebCore", "WebKit2");
 my @skippedPrefixes;
 my @frameworkHeaders;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to