Title: [184052] trunk/Source/WebKit2
Revision
184052
Author
da...@apple.com
Date
2015-05-10 13:28:16 -0700 (Sun, 10 May 2015)

Log Message

Fix build.

* Platform/mac/MenuUtilities.mm: Added includes that were somehow omitted in what
I committed before.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (184051 => 184052)


--- trunk/Source/WebKit2/ChangeLog	2015-05-10 20:19:11 UTC (rev 184051)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-10 20:28:16 UTC (rev 184052)
@@ -1,5 +1,12 @@
 2015-05-10  Darin Adler  <da...@apple.com>
 
+        Fix build.
+
+        * Platform/mac/MenuUtilities.mm: Added includes that were somehow omitted in what
+        I committed before.
+
+2015-05-10  Darin Adler  <da...@apple.com>
+
         [Cocoa] Don't soft link DataDetectorsCore
         https://bugs.webkit.org/show_bug.cgi?id=144837
 

Modified: trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm (184051 => 184052)


--- trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm	2015-05-10 20:19:11 UTC (rev 184051)
+++ trunk/Source/WebKit2/Platform/mac/MenuUtilities.mm	2015-05-10 20:28:16 UTC (rev 184052)
@@ -27,8 +27,8 @@
 #import "MenuUtilities.h"
 
 #import "StringUtilities.h"
+#import <WebCore/DataDetectorsSPI.h>
 #import <WebCore/LocalizedStrings.h>
-#import <WebCore/SoftLinking.h>
 #import <objc/runtime.h>
 
 #if ENABLE(TELEPHONE_NUMBER_DETECTION) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
@@ -104,6 +104,7 @@
 
     return menu;
 }
+
 #endif
 
 } // namespace WebKit
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to