Title: [270206] trunk/Source
Revision
270206
Author
don.olmst...@sony.com
Date
2020-11-27 12:38:10 -0800 (Fri, 27 Nov 2020)

Log Message

Non-unified build fixes, late November 2020 edition, take two
https://bugs.webkit.org/show_bug.cgi?id=219317

Unreviewed non-unified build fixes.


Source/WebCore:

* display/css/DisplayBox.cpp:
* layout/integration/LayoutIntegrationLineLayout.cpp:
* rendering/RenderBlockFlow.cpp:

Source/WebKit:

* Shared/WebPreferencesDefaultValues.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (270205 => 270206)


--- trunk/Source/WebCore/ChangeLog	2020-11-27 20:36:55 UTC (rev 270205)
+++ trunk/Source/WebCore/ChangeLog	2020-11-27 20:38:10 UTC (rev 270206)
@@ -1,3 +1,14 @@
+2020-11-27  Don Olmstead  <don.olmst...@sony.com>
+
+        Non-unified build fixes, late November 2020 edition, take two
+        https://bugs.webkit.org/show_bug.cgi?id=219317
+
+        Unreviewed non-unified build fixes.
+
+        * display/css/DisplayBox.cpp:
+        * layout/integration/LayoutIntegrationLineLayout.cpp:
+        * rendering/RenderBlockFlow.cpp:
+
 2020-11-27  Fujii Hironori  <hironori.fu...@sony.com>
 
         [WinCairo][Clang] html/canvas/WebGLDrawBuffers.cpp(77,29): error: non-constant-_expression_ cannot be narrowed from type 'WebCore::GraphicsContextGL::(anonymous enum at GraphicsContextGL.h:64:5)' to 'GCGLenum' (aka 'unsigned int') in initializer list

Modified: trunk/Source/WebCore/display/css/DisplayBox.cpp (270205 => 270206)


--- trunk/Source/WebCore/display/css/DisplayBox.cpp	2020-11-27 20:36:55 UTC (rev 270205)
+++ trunk/Source/WebCore/display/css/DisplayBox.cpp	2020-11-27 20:38:10 UTC (rev 270206)
@@ -29,6 +29,7 @@
 #if ENABLE(LAYOUT_FORMATTING_CONTEXT)
 
 #include "FillLayer.h"
+#include "ShadowData.h"
 #include <wtf/IsoMallocInlines.h>
 #include <wtf/text/TextStream.h>
 

Modified: trunk/Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp (270205 => 270206)


--- trunk/Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp	2020-11-27 20:36:55 UTC (rev 270205)
+++ trunk/Source/WebCore/layout/integration/LayoutIntegrationLineLayout.cpp	2020-11-27 20:38:10 UTC (rev 270206)
@@ -47,6 +47,7 @@
 #include "RenderChildIterator.h"
 #include "RenderDescendantIterator.h"
 #include "RenderImage.h"
+#include "RenderInline.h"
 #include "RenderLineBreak.h"
 #include "RenderView.h"
 #include "RuntimeEnabledFeatures.h"

Modified: trunk/Source/WebCore/rendering/RenderBlockFlow.cpp (270205 => 270206)


--- trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2020-11-27 20:36:55 UTC (rev 270205)
+++ trunk/Source/WebCore/rendering/RenderBlockFlow.cpp	2020-11-27 20:38:10 UTC (rev 270206)
@@ -34,6 +34,7 @@
 #include "HTMLParserIdioms.h"
 #include "HTMLTextAreaElement.h"
 #include "HitTestLocation.h"
+#include "InlineIterator.h"
 #include "InlineTextBox.h"
 #include "LayoutIntegrationLineIterator.h"
 #include "LayoutIntegrationLineLayout.h"

Modified: trunk/Source/WebKit/ChangeLog (270205 => 270206)


--- trunk/Source/WebKit/ChangeLog	2020-11-27 20:36:55 UTC (rev 270205)
+++ trunk/Source/WebKit/ChangeLog	2020-11-27 20:38:10 UTC (rev 270206)
@@ -1,5 +1,14 @@
 2020-11-27  Don Olmstead  <don.olmst...@sony.com>
 
+        Non-unified build fixes, late November 2020 edition, take two
+        https://bugs.webkit.org/show_bug.cgi?id=219317
+
+        Unreviewed non-unified build fixes.
+
+        * Shared/WebPreferencesDefaultValues.cpp:
+
+2020-11-27  Don Olmstead  <don.olmst...@sony.com>
+
         Fix build when ENABLE_RESOURCE_LOAD_STATISTICS is disabled
         https://bugs.webkit.org/show_bug.cgi?id=219316
 

Modified: trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp (270205 => 270206)


--- trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp	2020-11-27 20:36:55 UTC (rev 270205)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp	2020-11-27 20:38:10 UTC (rev 270206)
@@ -27,6 +27,7 @@
 #include "WebPreferencesDefaultValues.h"
 
 #include <WebCore/RuntimeApplicationChecks.h>
+#include <wtf/text/WTFString.h>
 
 #if PLATFORM(COCOA)
 #include <WebCore/VersionChecks.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to