Title: [258136] trunk/Source/WebKit
Revision
258136
Author
[email protected]
Date
2020-03-09 07:04:35 -0700 (Mon, 09 Mar 2020)

Log Message

Unreviewed build fix after r258129: include WebCore/SimpleRange.h where VisibleSelection is used.

* WebProcess/WebPage/Cocoa/WebPageCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (258135 => 258136)


--- trunk/Source/WebKit/ChangeLog	2020-03-09 13:42:33 UTC (rev 258135)
+++ trunk/Source/WebKit/ChangeLog	2020-03-09 14:04:35 UTC (rev 258136)
@@ -1,3 +1,9 @@
+2020-03-09  Jer Noble  <[email protected]>
+
+        Unreviewed build fix after r258129: include WebCore/SimpleRange.h where VisibleSelection is used.
+
+        * WebProcess/WebPage/Cocoa/WebPageCocoa.mm:
+
 2020-03-09  Zan Dobersek  <[email protected]>
 
         [WPE] AsyncScrolling: scrolling with the mouse wheel over sub-scrollable areas scrolls the main frame

Modified: trunk/Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm (258135 => 258136)


--- trunk/Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm	2020-03-09 13:42:33 UTC (rev 258135)
+++ trunk/Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm	2020-03-09 14:04:35 UTC (rev 258136)
@@ -45,6 +45,7 @@
 #import <WebCore/PlatformMediaSessionManager.h>
 #import <WebCore/RenderElement.h>
 #import <WebCore/RenderObject.h>
+#import <WebCore/SimpleRange.h>
 #import <WebCore/TextIterator.h>
 
 #if PLATFORM(COCOA)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to