Title: [246528] trunk/Source/WebKit
Revision
246528
Author
timothy_hor...@apple.com
Date
2019-06-17 17:29:21 -0700 (Mon, 17 Jun 2019)

Log Message

Fix the build with case-sensitive includes
<rdar://problem/51828273>

* UIProcess/API/Cocoa/WKContentRuleListStore.mm:
FileSystem, not Filesystem.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (246527 => 246528)


--- trunk/Source/WebKit/ChangeLog	2019-06-18 00:26:23 UTC (rev 246527)
+++ trunk/Source/WebKit/ChangeLog	2019-06-18 00:29:21 UTC (rev 246528)
@@ -1,3 +1,11 @@
+2019-06-17  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build with case-sensitive includes
+        <rdar://problem/51828273>
+
+        * UIProcess/API/Cocoa/WKContentRuleListStore.mm:
+        FileSystem, not Filesystem.
+
 2019-06-17  Jiewen Tan  <jiewen_...@apple.com>
 
         Unreviewed, build fix after r246514

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKContentRuleListStore.mm (246527 => 246528)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKContentRuleListStore.mm	2019-06-18 00:26:23 UTC (rev 246527)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKContentRuleListStore.mm	2019-06-18 00:29:21 UTC (rev 246528)
@@ -28,7 +28,7 @@
 #import "WKContentRuleListStoreInternal.h"
 
 #import "APIContentRuleListStore.h"
-#import "NetworkCacheFilesystem.h"
+#import "NetworkCacheFileSystem.h"
 #import "WKErrorInternal.h"
 #import <wtf/BlockPtr.h>
 #import <wtf/CompletionHandler.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to