Title: [169339] trunk/Source/WebKit2
Revision
169339
Author
[email protected]
Date
2014-05-26 05:06:46 -0700 (Mon, 26 May 2014)

Log Message

Remove WebKit2 framework from generate-forwarding-headers.pl
https://bugs.webkit.org/show_bug.cgi?id=133214

Since renaming WebKit2.framework to WebKit.framework is done and all WebKit2/*.h includes
were renamed to WebKit/*.h, generating forwarding headers for WebKit2/*.h framework style
headers is not necessary anymore.

Patch by Martin Hodovan <[email protected]> on 2014-05-26
Reviewed by Darin Adler.

* Scripts/generate-forwarding-headers.pl:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (169338 => 169339)


--- trunk/Source/WebKit2/ChangeLog	2014-05-26 10:09:52 UTC (rev 169338)
+++ trunk/Source/WebKit2/ChangeLog	2014-05-26 12:06:46 UTC (rev 169339)
@@ -1,3 +1,16 @@
+2014-05-26  Martin Hodovan  <[email protected]>
+
+        Remove WebKit2 framework from generate-forwarding-headers.pl
+        https://bugs.webkit.org/show_bug.cgi?id=133214
+
+        Since renaming WebKit2.framework to WebKit.framework is done and all WebKit2/*.h includes
+        were renamed to WebKit/*.h, generating forwarding headers for WebKit2/*.h framework style
+        headers is not necessary anymore.
+
+        Reviewed by Darin Adler.
+
+        * Scripts/generate-forwarding-headers.pl:
+
 2014-05-26  Zan Dobersek  <[email protected]>
 
         WebPage::setComposition(), WebPageProxy::didFindStringMatches() should take Vector parameters by const reference

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


--- trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl	2014-05-26 10:09:52 UTC (rev 169338)
+++ trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl	2014-05-26 12:06:46 UTC (rev 169339)
@@ -36,7 +36,7 @@
 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
 my $incFromRoot = abs_path($ARGV[0]);
 my @platformPrefixes = ("cf", "Cocoa", "CoordinatedGraphics", "curl", "efl", "gtk", "mac", "soup", "win");
-my @frameworks = ("_javascript_Core", "WebCore", "WebKit", "WebKit2");
+my @frameworks = ("_javascript_Core", "WebCore", "WebKit");
 my @skippedPrefixes;
 my @frameworkHeaders;
 my $framework;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to