Non-unified build fixes, late January 2021 edition
https://bugs.webkit.org/show_bug.cgi?id=221044

Unreviewed non-unified build fixes.

Source/JavaScriptCore:


* wasm/WasmStreamingCompiler.cpp: Add missing WasmWorklist.h header.
* wasm/WasmStreamingCompiler.h: Add missing JSCJSValue.h header and forwars declarations
for JSGlobalObject, JSObject, and VM.
* wasm/WasmStreamingPlan.cpp: Add missing WasmLLIntPlan.h header.
* wasm/js/WebAssemblyGlobalConstructor.cpp: Add missing JSWebAssemblyHelpers.h and
JSWebAssemblyRuntimeError.h headers.

Source/WebCore:

No new tests needed.


* accessibility/AccessibilitySVGRoot.cpp: Add missing header includes for
SVGDescElement.h, SVGTitleElement.h, and TypedElementDescendantIterator.h.
(WebCore::AccessibilitySVGRoot::hasAccessibleContent const): Sprinkle missing HTMLNames::
namespace prefixes.
* html/canvas/WebGLRenderingContextBase.cpp: Add missing WebGLMultiDraw.h header inclusion.
* inspector/agents/InspectorIndexedDBAgent.cpp: Add missing AddEventListenerOptions.h
header inclusion.
* rendering/RenderBlockFlow.cpp: Add missing RenderLayerScrollableArea.h header inclusion.
* rendering/RenderTreeAsText.cpp: Add missing RenderQuote.h header inclusion.

Source/WebKit:


* NetworkProcess/NetworkLoadScheduler.cpp: Add missing wtf/ListHashSet.h header inclusion.
(WebKit::NetworkLoadScheduler::HostContext::schedule): Add missing WebCore:: namespace in
usage of WebCore::ResourceLoadPriority enum.
* Platform/unix/SharedMemoryUnix.cpp: Add missing ArgumentCoders.h header inclusion.
* Shared/API/APIFrameHandle.cpp: Ditto.
* Shared/API/APIGeometry.cpp: Ditto.
* Shared/API/APIPageGroupHandle.cpp: Ditto.
* Shared/API/APIPageHandle.cpp: Ditto.
* Shared/LayerTreeContext.cpp: Ditto.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@272194 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/rendering/RenderBlockFlow.cpp b/Source/WebCore/rendering/RenderBlockFlow.cpp
index 21fcac9..431847c 100644
--- a/Source/WebCore/rendering/RenderBlockFlow.cpp
+++ b/Source/WebCore/rendering/RenderBlockFlow.cpp
@@ -46,6 +46,7 @@
 #include "RenderInline.h"
 #include "RenderIterator.h"
 #include "RenderLayer.h"
+#include "RenderLayerScrollableArea.h"
 #include "RenderLayoutState.h"
 #include "RenderLineBreak.h"
 #include "RenderListItem.h"