Title: [243147] trunk/Source/WebKit
- Revision
- 243147
- Author
- [email protected]
- Date
- 2019-03-19 10:44:15 -0700 (Tue, 19 Mar 2019)
Log Message
Make WebKit/NSAttributedString.h a public header.
https://bugs.webkit.org/show_bug.cgi?id=195944
Reviewed by Dean Jackson.
* WebKit.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (243146 => 243147)
--- trunk/Source/WebKit/ChangeLog 2019-03-19 17:37:39 UTC (rev 243146)
+++ trunk/Source/WebKit/ChangeLog 2019-03-19 17:44:15 UTC (rev 243147)
@@ -1,3 +1,12 @@
+2019-03-19 Timothy Hatcher <[email protected]>
+
+ Make WebKit/NSAttributedString.h a public header.
+ https://bugs.webkit.org/show_bug.cgi?id=195944
+
+ Reviewed by Dean Jackson.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
2019-03-19 Chris Dumez <[email protected]>
Drop NetworkCacheStatistics code
Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (243146 => 243147)
--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2019-03-19 17:37:39 UTC (rev 243146)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2019-03-19 17:44:15 UTC (rev 243147)
@@ -385,7 +385,7 @@
1C0A19571C90068F00FE0EBB /* WebAutomationSessionMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C0A19551C90068F00FE0EBB /* WebAutomationSessionMessageReceiver.cpp */; };
1C0A19581C90068F00FE0EBB /* WebAutomationSessionMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0A19561C90068F00FE0EBB /* WebAutomationSessionMessages.h */; };
1C0A195C1C916E1B00FE0EBB /* WebAutomationSessionProxyScriptSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0A195B1C916E1B00FE0EBB /* WebAutomationSessionProxyScriptSource.h */; };
- 1C20936022318CB000026A39 /* NSAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C20935E22318CB000026A39 /* NSAttributedString.h */; settings = {ATTRIBUTES = (Private, ); }; };
+ 1C20936022318CB000026A39 /* NSAttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C20935E22318CB000026A39 /* NSAttributedString.h */; settings = {ATTRIBUTES = (Public, ); }; };
1C2184022233872800BAC700 /* NSAttributedStringPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2184012233872800BAC700 /* NSAttributedStringPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
1C891D6619B124FF00BA79DD /* WebInspectorUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C891D6319B124FF00BA79DD /* WebInspectorUI.h */; };
1C8E28201275D15400BC7BD0 /* WebInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8E281E1275D15400BC7BD0 /* WebInspector.h */; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes