Title: [86676] trunk/Source/WebKit2
- Revision
- 86676
- Author
- [email protected]
- Date
- 2011-05-17 09:57:11 -0700 (Tue, 17 May 2011)
Log Message
Loose end from fix for https://bugs.webkit.org/show_bug.cgi?id=60938
Reviewed by Adam Roben.
* WebKit2.xcodeproj/project.pbxproj:
Made new header file "private" instead of "project" so clients can access it.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (86675 => 86676)
--- trunk/Source/WebKit2/ChangeLog 2011-05-17 16:34:39 UTC (rev 86675)
+++ trunk/Source/WebKit2/ChangeLog 2011-05-17 16:57:11 UTC (rev 86676)
@@ -1,3 +1,12 @@
+2011-05-17 John Sullivan <[email protected]>
+
+ Reviewed by Adam Roben.
+
+ Loose end from fix for https://bugs.webkit.org/show_bug.cgi?id=60938
+
+ * WebKit2.xcodeproj/project.pbxproj:
+ Made new header file "private" instead of "project" so clients can access it.
+
2011-05-17 Andreas Kling <[email protected]>
Reviewed by Kenneth Rohde Christiansen.
Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (86675 => 86676)
--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2011-05-17 16:34:39 UTC (rev 86675)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2011-05-17 16:57:11 UTC (rev 86676)
@@ -710,7 +710,7 @@
BCDE093D13272496001259FB /* PluginProcessShim.dylib in Copy Plug-in Process Shim */ = {isa = PBXBuildFile; fileRef = 1AC25FB012A48EA700BD2671 /* PluginProcessShim.dylib */; };
BCDE0ABF13272708001259FB /* PluginProcess.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = BCDE094213272496001259FB /* PluginProcess.app */; };
BCE17B7D1381F1170012A641 /* WKPagePrivateMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCE17B7B1381F1170012A641 /* WKPagePrivateMac.cpp */; };
- BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */ = {isa = PBXBuildFile; fileRef = BCE17B7C1381F1170012A641 /* WKPagePrivateMac.h */; };
+ BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */ = {isa = PBXBuildFile; fileRef = BCE17B7C1381F1170012A641 /* WKPagePrivateMac.h */; settings = {ATTRIBUTES = (Private, ); }; };
BCE2315D122C30CA00D5C35A /* WebURLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BCE2315B122C30CA00D5C35A /* WebURLRequest.h */; };
BCE2315E122C30CA00D5C35A /* WebURLRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCE2315C122C30CA00D5C35A /* WebURLRequest.cpp */; };
BCE231C2122C466E00D5C35A /* WebURLRequestMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCE231C0122C466E00D5C35A /* WebURLRequestMac.mm */; };
@@ -3426,6 +3426,7 @@
BCB9E24B1120E15C00A137E0 /* WKContext.h in Headers */,
BCC938E11180DE440085E5FE /* WKContextPrivate.h in Headers */,
BCD0139B110FA420003B8A67 /* WKFrame.h in Headers */,
+ BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */,
BCB9F6A51123DD0D00A137E0 /* WKFramePolicyListener.h in Headers */,
BCF69FA91176D1CB00471A52 /* WKNavigationData.h in Headers */,
BCD597D7112B56DC00EC8C23 /* WKPage.h in Headers */,
@@ -3732,7 +3733,6 @@
37F90DE31376560E0051CF68 /* HTTPCookieAcceptPolicy.h in Headers */,
1A7C6CDB1378950800B9C04D /* EnvironmentVariables.h in Headers */,
1A179780137EE82C00F97D45 /* PluginCreationParameters.h in Headers */,
- BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes