Title: [184998] trunk/Source/WebKit2
- Revision
- 184998
- Author
- [email protected]
- Date
- 2015-05-29 12:56:39 -0700 (Fri, 29 May 2015)
Log Message
WKScriptMessageInternal.h should be a project header, not a private header
https://bugs.webkit.org/show_bug.cgi?id=145464
rdar://problem/21161639
Reviewed by Dan Bernstein.
* WebKit2.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (184997 => 184998)
--- trunk/Source/WebKit2/ChangeLog 2015-05-29 19:27:53 UTC (rev 184997)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-29 19:56:39 UTC (rev 184998)
@@ -1,3 +1,13 @@
+2015-05-29 Anders Carlsson <[email protected]>
+
+ WKScriptMessageInternal.h should be a project header, not a private header
+ https://bugs.webkit.org/show_bug.cgi?id=145464
+ rdar://problem/21161639
+
+ Reviewed by Dan Bernstein.
+
+ * WebKit2.xcodeproj/project.pbxproj:
+
2015-05-28 Alexey Proskuryakov <[email protected]>
Clean up VisitedLinkProvider teardown
Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (184997 => 184998)
--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2015-05-29 19:27:53 UTC (rev 184997)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2015-05-29 19:56:39 UTC (rev 184998)
@@ -1157,7 +1157,7 @@
7CBB811D1AA0F8B1006B1942 /* InjectedBundleFileHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBB811B1AA0F8B1006B1942 /* InjectedBundleFileHandle.h */; };
7CBB81201AA0F970006B1942 /* WKBundleFileHandleRef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CBB811E1AA0F970006B1942 /* WKBundleFileHandleRef.cpp */; };
7CBB81211AA0F970006B1942 /* WKBundleFileHandleRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBB811F1AA0F970006B1942 /* WKBundleFileHandleRef.h */; settings = {ATTRIBUTES = (Private, ); }; };
- 7CC99A3618EF7CBC0048C8B4 /* WKScriptMessageInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC99A3518EF7CBC0048C8B4 /* WKScriptMessageInternal.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ 7CC99A3618EF7CBC0048C8B4 /* WKScriptMessageInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC99A3518EF7CBC0048C8B4 /* WKScriptMessageInternal.h */; };
7CCCC8FA1A5F50FD008FB0DA /* WebNavigationState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCCC8F81A5F50FD008FB0DA /* WebNavigationState.cpp */; };
7CCCC8FB1A5F50FD008FB0DA /* WebNavigationState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCCC8F91A5F50FD008FB0DA /* WebNavigationState.h */; };
7CD102DA1866770600ED429D /* AutoCorrectionCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD102D91866770600ED429D /* AutoCorrectionCallback.h */; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes