Title: [258126] trunk/Source/WebCore
Revision
258126
Author
[email protected]
Date
2020-03-08 18:25:06 -0700 (Sun, 08 Mar 2020)

Log Message

Unreviewed, speculative link fix.

* platform/cocoa/UTTypeRecordSwizzler.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (258125 => 258126)


--- trunk/Source/WebCore/ChangeLog	2020-03-09 01:03:34 UTC (rev 258125)
+++ trunk/Source/WebCore/ChangeLog	2020-03-09 01:25:06 UTC (rev 258126)
@@ -1,3 +1,9 @@
+2020-03-08  Per Arne Vollan  <[email protected]>
+
+        Unreviewed, speculative link fix.
+
+        * platform/cocoa/UTTypeRecordSwizzler.mm:
+
 2020-03-08  Konstantin Tokarev  <[email protected]>
 
         [CMake] Unreviewed build fix for Mac port

Modified: trunk/Source/WebCore/platform/cocoa/UTTypeRecordSwizzler.mm (258125 => 258126)


--- trunk/Source/WebCore/platform/cocoa/UTTypeRecordSwizzler.mm	2020-03-09 01:03:34 UTC (rev 258125)
+++ trunk/Source/WebCore/platform/cocoa/UTTypeRecordSwizzler.mm	2020-03-09 01:25:06 UTC (rev 258126)
@@ -36,6 +36,7 @@
 #import <wtf/ObjCRuntimeExtras.h>
 #import <wtf/SoftLinking.h>
 #import <wtf/Vector.h>
+#import <wtf/text/StringHash.h>
 #import <wtf/text/WTFString.h>
 
 __attribute__((visibility("default")))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to