Title: [212795] trunk/Source/WebKit
Revision
212795
Author
aakash_j...@apple.com
Date
2017-02-21 18:42:43 -0800 (Tue, 21 Feb 2017)

Log Message

Make WebKitStatisticsPrivate.h project header
https://bugs.webkit.org/show_bug.cgi?id=168686

Reviewed by Alexey Proskuryakov.

* WebKit.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (212794 => 212795)


--- trunk/Source/WebKit/ChangeLog	2017-02-22 02:42:35 UTC (rev 212794)
+++ trunk/Source/WebKit/ChangeLog	2017-02-22 02:42:43 UTC (rev 212795)
@@ -1,3 +1,12 @@
+2017-02-21  Aakash Jain  <aakash_j...@apple.com>
+
+        Make WebKitStatisticsPrivate.h project header
+        https://bugs.webkit.org/show_bug.cgi?id=168686
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebKit.xcodeproj/project.pbxproj:
+
 2017-02-21  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r212768.

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (212794 => 212795)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2017-02-22 02:42:35 UTC (rev 212794)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2017-02-22 02:42:43 UTC (rev 212795)
@@ -201,7 +201,7 @@
 		9398101D0824BF01008DF038 /* WebKitLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AEB17D032C1735008635CE /* WebKitLogging.h */; settings = {ATTRIBUTES = (); }; };
 		9398101E0824BF01008DF038 /* WebKitNSStringExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 7082F56F038EADAA00A80180 /* WebKitNSStringExtras.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		9398101F0824BF01008DF038 /* WebKitStatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = F53444CE02E87CBA018635CA /* WebKitStatistics.h */; settings = {ATTRIBUTES = (Private, ); }; };
-		939810200824BF01008DF038 /* WebKitStatisticsPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = F53444D202E87D4B018635CA /* WebKitStatisticsPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		939810200824BF01008DF038 /* WebKitStatisticsPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = F53444D202E87D4B018635CA /* WebKitStatisticsPrivate.h */; };
 		939810210824BF01008DF038 /* WebNSControlExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 9345DDB20365FFD0008635CE /* WebNSControlExtras.h */; };
 		939810220824BF01008DF038 /* WebNSImageExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = 8398847A03426FB000BC5F5E /* WebNSImageExtras.h */; };
 		939810230824BF01008DF038 /* WebNSPasteboardExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = ED2B2474033A2DA800C1A526 /* WebNSPasteboardExtras.h */; settings = {ATTRIBUTES = (Private, ); }; };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to