Title: [201044] branches/safari-602.1.32-branch/Source/WebKit/mac
Revision
201044
Author
[email protected]
Date
2016-05-17 14:35:01 -0700 (Tue, 17 May 2016)

Log Message

Merge r200800.

Modified Paths

Diff

Modified: branches/safari-602.1.32-branch/Source/WebKit/mac/ChangeLog (201043 => 201044)


--- branches/safari-602.1.32-branch/Source/WebKit/mac/ChangeLog	2016-05-17 21:28:57 UTC (rev 201043)
+++ branches/safari-602.1.32-branch/Source/WebKit/mac/ChangeLog	2016-05-17 21:35:01 UTC (rev 201044)
@@ -1,5 +1,15 @@
 2016-05-17  Babak Shafiei  <[email protected]>
 
+        Merge r200800.
+
+    2016-05-12  Jiewen Tan  <[email protected]>
+
+            Unreviewed build fix for r200799.
+
+            * WebView/WebView.mm:
+
+2016-05-17  Babak Shafiei  <[email protected]>
+
         Merge r200819. rdar://problem/26235373
 
     2016-05-13  Tina Liu  <[email protected]>

Modified: branches/safari-602.1.32-branch/Source/WebKit/mac/WebView/WebView.mm (201043 => 201044)


--- branches/safari-602.1.32-branch/Source/WebKit/mac/WebView/WebView.mm	2016-05-17 21:28:57 UTC (rev 201043)
+++ branches/safari-602.1.32-branch/Source/WebKit/mac/WebView/WebView.mm	2016-05-17 21:35:01 UTC (rev 201044)
@@ -128,6 +128,7 @@
 #import <WebCore/DocumentLoader.h>
 #import <WebCore/DragController.h>
 #import <WebCore/DragData.h>
+#import <WebCore/DynamicLinkerSPI.h>
 #import <WebCore/Editor.h>
 #import <WebCore/EventHandler.h>
 #import <WebCore/ExceptionHandlers.h>
@@ -244,7 +245,6 @@
 #import "WebStorageManagerPrivate.h"
 #import "WebUIKitSupport.h"
 #import "WebVisiblePosition.h"
-#import <WebCore/DynamicLinkerSPI.h>
 #import <WebCore/EventNames.h>
 #import <WebCore/FontCache.h>
 #import <WebCore/GraphicsLayer.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to