Title: [177732] trunk/Source/WebKit2
Revision
177732
Author
[email protected]
Date
2014-12-24 22:28:55 -0800 (Wed, 24 Dec 2014)

Log Message

[Cocoa] WebKit private headers shouldn’t contain “inappropriate” macros
https://bugs.webkit.org/show_bug.cgi?id=139942

Reviewed by Darin Adler.

* WebKit2.xcodeproj/project.pbxproj: In the Check For Inappropriate Macros in External
Headers script build phase, check the PrivateHeaders directory as well.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (177731 => 177732)


--- trunk/Source/WebKit2/ChangeLog	2014-12-25 06:26:38 UTC (rev 177731)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-25 06:28:55 UTC (rev 177732)
@@ -1,5 +1,15 @@
 2014-12-24  Dan Bernstein  <[email protected]>
 
+        [Cocoa] WebKit private headers shouldn’t contain “inappropriate” macros
+        https://bugs.webkit.org/show_bug.cgi?id=139942
+
+        Reviewed by Darin Adler.
+
+        * WebKit2.xcodeproj/project.pbxproj: In the Check For Inappropriate Macros in External
+        Headers script build phase, check the PrivateHeaders directory as well.
+
+2014-12-24  Dan Bernstein  <[email protected]>
+
         Addressed a linker warning about the definition of a method in a category overridng a method from the class.
 
         * UIProcess/API/mac/WKView.mm:

Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (177731 => 177732)


--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2014-12-25 06:26:38 UTC (rev 177731)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2014-12-25 06:28:55 UTC (rev 177732)
@@ -8735,7 +8735,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if [ \"${ACTION}\" = \"installhdrs\" ]; then\n    exit 0;\nfi\n\nif [ -f ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers ]; then\n    ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers Headers || exit $?\nfi";
+			shellScript = "if [ \"${ACTION}\" = \"installhdrs\" ]; then\n    exit 0;\nfi\n\nif [ -f ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers ]; then\n    ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers Headers PrivateHeaders || exit $?\nfi";
 		};
 		BCFFCA8A160D6DEA003DF315 /* Add current version symlinks */ = {
 			isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to