Title: [234693] trunk/Source/WebKitLegacy/mac
Revision
234693
Author
[email protected]
Date
2018-08-08 09:20:04 -0700 (Wed, 08 Aug 2018)

Log Message



Modified Paths


Diff

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (234692 => 234693)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2018-08-08 15:54:45 UTC (rev 234692)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2018-08-08 16:20:04 UTC (rev 234693)
@@ -1,3 +1,12 @@
+2018-08-08  Jonathan Bedard  <[email protected]>
+
+        Follow-up build fix for r234685
+        https://bugs.webkit.org/show_bug.cgi?id=188245
+
+        Unreviewed build fix.
+
+        * WebCoreSupport/WebSecurityOriginPrivate.h:
+
 2018-08-05  Darin Adler  <[email protected]>
 
         [Cocoa] More tweaks and refactoring to prepare for ARC

Modified: trunk/Source/WebKitLegacy/mac/WebCoreSupport/WebSecurityOriginPrivate.h (234692 => 234693)


--- trunk/Source/WebKitLegacy/mac/WebCoreSupport/WebSecurityOriginPrivate.h	2018-08-08 15:54:45 UTC (rev 234692)
+++ trunk/Source/WebKitLegacy/mac/WebCoreSupport/WebSecurityOriginPrivate.h	2018-08-08 16:20:04 UTC (rev 234693)
@@ -32,7 +32,7 @@
 
 @interface WebSecurityOrigin : NSObject {
 @private
-    WebSecurityOriginPrivate *_private;
+    struct WebSecurityOriginPrivate *_private;
     id<WebQuotaManager> _applicationCacheQuotaManager;
     id<WebQuotaManager> _databaseQuotaManager;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to