Title: [229146] trunk/Source/WebKit
- Revision
- 229146
- Author
- [email protected]
- Date
- 2018-03-01 14:21:29 -0800 (Thu, 01 Mar 2018)
Log Message
Unreviewed build fix after r229140.
* WebProcess/cocoa/WebProcessCocoa.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (229145 => 229146)
--- trunk/Source/WebKit/ChangeLog 2018-03-01 21:58:56 UTC (rev 229145)
+++ trunk/Source/WebKit/ChangeLog 2018-03-01 22:21:29 UTC (rev 229146)
@@ -1,5 +1,11 @@
2018-03-01 Per Arne Vollan <[email protected]>
+ Unreviewed build fix after r229140.
+
+ * WebProcess/cocoa/WebProcessCocoa.mm:
+
+2018-03-01 Per Arne Vollan <[email protected]>
+
Scrollbar preferences are ignored when the WebContent process doesn't have access to the WindowServer.
https://bugs.webkit.org/show_bug.cgi?id=183231
<rdar://problem/37793457>
Modified: trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm (229145 => 229146)
--- trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm 2018-03-01 21:58:56 UTC (rev 229145)
+++ trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm 2018-03-01 22:21:29 UTC (rev 229146)
@@ -77,10 +77,6 @@
#import <UIKit/UIAccessibility.h>
#import <pal/spi/ios/GraphicsServicesSPI.h>
-#if PLATFORM(MAC)
-#import <WebCore/ScrollbarThemeMac.h>
-#endif
-
#if USE(APPLE_INTERNAL_SDK)
#import <AXRuntime/AXDefines.h>
#import <AXRuntime/AXNotificationConstants.h>
@@ -90,6 +86,10 @@
#endif
+#if PLATFORM(MAC)
+#import <WebCore/ScrollbarThemeMac.h>
+#endif
+
#if USE(OS_STATE)
#import <os/state_private.h>
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes