Title: [284078] trunk/Source
Revision
284078
Author
ross.kirsl...@sony.com
Date
2021-10-12 22:44:42 -0700 (Tue, 12 Oct 2021)

Log Message

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

Reviewed by Don Olmstead.

Source/_javascript_Core:

* runtime/ControlFlowProfiler.h:

Source/WebCore:

* accessibility/AccessibilityMenuListOption.cpp:
* bindings/js/JSDOMAsyncIterator.h:
(WebCore::JSIterator>::next):
(WebCore::JSIterator>::runNextSteps):
* css/SelectorFilter.cpp:
* css/typedom/CSSUnparsedValue.h:
* dom/Attr.cpp:
* dom/CustomElementReactionQueue.cpp:
* dom/DocumentSharedObjectPool.cpp:
* dom/ScriptRunner.cpp:
* editing/InsertListCommand.cpp:
* editing/SpellingCorrectionCommand.h:
* html/HTMLFrameSetElement.h:
* html/HTMLSourceElement.h:
* html/HTMLTemplateElement.cpp:
* html/MediaFragmentURIParser.cpp:
* html/SubmitInputType.cpp:
* page/IntersectionObserver.h:
* page/scrolling/ScrollingCoordinatorTypes.h:
* rendering/RenderBoxModelObject.cpp:
* rendering/svg/RenderSVGInline.cpp:
* rendering/svg/RenderSVGResourceContainer.cpp:
* rendering/svg/SVGRenderingContext.cpp:
* rendering/svg/SVGResources.cpp:
* style/MatchedDeclarationsCache.cpp:
* style/RuleSetBuilder.cpp:
* style/StyleInvalidator.h:
* style/StyleScopeRuleSets.cpp:
* workers/WorkerGlobalScope.cpp:

Source/WebKit:

* NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementConnection.cpp:
* WebProcess/GPU/graphics/RemoteDisplayListRecorderProxy.h:
* WebProcess/GPU/media/MediaPlayerPrivateRemote.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (284077 => 284078)


--- trunk/Source/_javascript_Core/ChangeLog	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-10-13 05:44:42 UTC (rev 284078)
@@ -1,3 +1,12 @@
+2021-10-12  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Non-unified build fixes, October 2021 edition.
+        https://bugs.webkit.org/show_bug.cgi?id=231654
+
+        Reviewed by Don Olmstead.
+
+        * runtime/ControlFlowProfiler.h:
+
 2021-10-12  Alex Christensen  <achristen...@webkit.org>
 
         Use std::variant instead of WTF::Variant

Modified: trunk/Source/_javascript_Core/runtime/ControlFlowProfiler.h (284077 => 284078)


--- trunk/Source/_javascript_Core/runtime/ControlFlowProfiler.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/_javascript_Core/runtime/ControlFlowProfiler.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -27,6 +27,7 @@
 #pragma once
 
 #include "BasicBlockLocation.h"
+#include "SourceID.h"
 #include <wtf/HashMap.h>
 
 namespace JSC {

Modified: trunk/Source/WebCore/ChangeLog (284077 => 284078)


--- trunk/Source/WebCore/ChangeLog	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/ChangeLog	2021-10-13 05:44:42 UTC (rev 284078)
@@ -1,3 +1,40 @@
+2021-10-12  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Non-unified build fixes, October 2021 edition.
+        https://bugs.webkit.org/show_bug.cgi?id=231654
+
+        Reviewed by Don Olmstead.
+
+        * accessibility/AccessibilityMenuListOption.cpp:
+        * bindings/js/JSDOMAsyncIterator.h:
+        (WebCore::JSIterator>::next):
+        (WebCore::JSIterator>::runNextSteps):
+        * css/SelectorFilter.cpp:
+        * css/typedom/CSSUnparsedValue.h:
+        * dom/Attr.cpp:
+        * dom/CustomElementReactionQueue.cpp:
+        * dom/DocumentSharedObjectPool.cpp:
+        * dom/ScriptRunner.cpp:
+        * editing/InsertListCommand.cpp:
+        * editing/SpellingCorrectionCommand.h:
+        * html/HTMLFrameSetElement.h:
+        * html/HTMLSourceElement.h:
+        * html/HTMLTemplateElement.cpp:
+        * html/MediaFragmentURIParser.cpp:
+        * html/SubmitInputType.cpp:
+        * page/IntersectionObserver.h:
+        * page/scrolling/ScrollingCoordinatorTypes.h:
+        * rendering/RenderBoxModelObject.cpp:
+        * rendering/svg/RenderSVGInline.cpp:
+        * rendering/svg/RenderSVGResourceContainer.cpp:
+        * rendering/svg/SVGRenderingContext.cpp:
+        * rendering/svg/SVGResources.cpp:
+        * style/MatchedDeclarationsCache.cpp:
+        * style/RuleSetBuilder.cpp:
+        * style/StyleInvalidator.h:
+        * style/StyleScopeRuleSets.cpp:
+        * workers/WorkerGlobalScope.cpp:
+
 2021-10-12  Alex Christensen  <achristen...@webkit.org>
 
         Use std::variant instead of WTF::Variant

Modified: trunk/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp (284077 => 284078)


--- trunk/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/accessibility/AccessibilityMenuListOption.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -28,6 +28,7 @@
 
 #include "AXObjectCache.h"
 #include "AccessibilityMenuListPopup.h"
+#include "Document.h"
 #include "HTMLNames.h"
 #include "HTMLOptionElement.h"
 #include "HTMLSelectElement.h"

Modified: trunk/Source/WebCore/bindings/js/JSDOMAsyncIterator.h (284077 => 284078)


--- trunk/Source/WebCore/bindings/js/JSDOMAsyncIterator.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/bindings/js/JSDOMAsyncIterator.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -221,7 +221,7 @@
     auto data = "" afterOngoingPromiseCapability);
     RETURN_IF_EXCEPTION(scope, { });
 
-    auto* castedThis = jsDynamicCast<JSIterator*>(vm, this);
+    auto* castedThis = JSC::jsDynamicCast<JSIterator*>(vm, this);
     RETURN_IF_EXCEPTION(scope, { });
 
     auto _onSettled_ = castedThis->createOnSettledFunction(&lexicalGlobalObject);
@@ -257,7 +257,7 @@
     auto nextPromise = getNextIterationResult(globalObject);
     RETURN_IF_EXCEPTION(scope, nullptr);
 
-    auto* castedThis = jsDynamicCast<JSIterator*>(vm, this);
+    auto* castedThis = JSC::jsDynamicCast<JSIterator*>(vm, this);
     RETURN_IF_EXCEPTION(scope, { });
 
     auto _onFulfilled_ = castedThis->createOnFulfilledFunction(&globalObject);

Modified: trunk/Source/WebCore/css/SelectorFilter.cpp (284077 => 284078)


--- trunk/Source/WebCore/css/SelectorFilter.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/css/SelectorFilter.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -30,6 +30,7 @@
 #include "SelectorFilter.h"
 
 #include "CSSSelector.h"
+#include "HTMLNames.h"
 #include "ShadowRoot.h"
 #include "StyledElement.h"
 

Modified: trunk/Source/WebCore/css/typedom/CSSUnparsedValue.h (284077 => 284078)


--- trunk/Source/WebCore/css/typedom/CSSUnparsedValue.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/css/typedom/CSSUnparsedValue.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -28,7 +28,7 @@
 #if ENABLE(CSS_TYPED_OM)
 
 #include "CSSStyleValue.h"
-#include <wtf/RefCounted.h>
+#include <wtf/Variant.h>
 #include <wtf/text/WTFString.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/dom/Attr.cpp (284077 => 284078)


--- trunk/Source/WebCore/dom/Attr.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/dom/Attr.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -24,7 +24,9 @@
 #include "Attr.h"
 
 #include "AttributeChangeInvalidation.h"
+#include "Document.h"
 #include "Event.h"
+#include "HTMLNames.h"
 #include "ScopedEventQueue.h"
 #include "StyleProperties.h"
 #include "StyledElement.h"

Modified: trunk/Source/WebCore/dom/CustomElementReactionQueue.cpp (284077 => 284078)


--- trunk/Source/WebCore/dom/CustomElementReactionQueue.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/dom/CustomElementReactionQueue.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -28,10 +28,8 @@
 
 #include "CustomElementRegistry.h"
 #include "DOMWindow.h"
-#include "Document.h"
-#include "Element.h"
+#include "ElementInlines.h"
 #include "EventLoop.h"
-#include "HTMLNames.h"
 #include "JSCustomElementInterface.h"
 #include "JSDOMBinding.h"
 #include "WindowEventLoop.h"

Modified: trunk/Source/WebCore/dom/DocumentSharedObjectPool.cpp (284077 => 284078)


--- trunk/Source/WebCore/dom/DocumentSharedObjectPool.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/dom/DocumentSharedObjectPool.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -28,6 +28,7 @@
 #include "DocumentSharedObjectPool.h"
 
 #include "Element.h"
+#include "ElementData.h"
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/dom/ScriptRunner.cpp (284077 => 284078)


--- trunk/Source/WebCore/dom/ScriptRunner.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/dom/ScriptRunner.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -27,6 +27,7 @@
 #include "config.h"
 #include "ScriptRunner.h"
 
+#include "Document.h"
 #include "Element.h"
 #include "PendingScript.h"
 #include "ScriptElement.h"

Modified: trunk/Source/WebCore/editing/InsertListCommand.cpp (284077 => 284078)


--- trunk/Source/WebCore/editing/InsertListCommand.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/editing/InsertListCommand.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "InsertListCommand.h"
 
+#include "Document.h"
 #include "Editing.h"
 #include "ElementTraversal.h"
 #include "HTMLBRElement.h"

Modified: trunk/Source/WebCore/editing/SpellingCorrectionCommand.h (284077 => 284078)


--- trunk/Source/WebCore/editing/SpellingCorrectionCommand.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/editing/SpellingCorrectionCommand.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -29,6 +29,8 @@
 
 namespace WebCore {
 
+class DocumentFragment;
+
 class SpellingCorrectionCommand : public CompositeEditCommand {
 public:
     static Ref<SpellingCorrectionCommand> create(const SimpleRange& rangeToBeCorrected, const String& correction);

Modified: trunk/Source/WebCore/html/HTMLFrameSetElement.h (284077 => 284078)


--- trunk/Source/WebCore/html/HTMLFrameSetElement.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/html/HTMLFrameSetElement.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -28,6 +28,8 @@
 
 namespace WebCore {
 
+class WindowProxy;
+
 class HTMLFrameSetElement final : public HTMLElement {
     WTF_MAKE_ISO_ALLOCATED(HTMLFrameSetElement);
 public:

Modified: trunk/Source/WebCore/html/HTMLSourceElement.h (284077 => 284078)


--- trunk/Source/WebCore/html/HTMLSourceElement.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/html/HTMLSourceElement.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "ActiveDOMObject.h"
 #include "HTMLElement.h"
 #include "Timer.h"
 

Modified: trunk/Source/WebCore/html/HTMLTemplateElement.cpp (284077 => 284078)


--- trunk/Source/WebCore/html/HTMLTemplateElement.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/html/HTMLTemplateElement.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -31,6 +31,7 @@
 #include "config.h"
 #include "HTMLTemplateElement.h"
 
+#include "Document.h"
 #include "DocumentFragment.h"
 #include "TemplateContentDocumentFragment.h"
 #include "markup.h"

Modified: trunk/Source/WebCore/html/MediaFragmentURIParser.cpp (284077 => 284078)


--- trunk/Source/WebCore/html/MediaFragmentURIParser.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/html/MediaFragmentURIParser.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -33,6 +33,7 @@
 #include "ProcessingInstruction.h"
 #include "SegmentedString.h"
 #include "Text.h"
+#include "TextEncoding.h"
 #include <wtf/text/CString.h>
 #include <wtf/text/StringBuilder.h>
 #include <wtf/text/StringToIntegerConversion.h>

Modified: trunk/Source/WebCore/html/SubmitInputType.cpp (284077 => 284078)


--- trunk/Source/WebCore/html/SubmitInputType.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/html/SubmitInputType.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -33,6 +33,7 @@
 #include "SubmitInputType.h"
 
 #include "DOMFormData.h"
+#include "Document.h"
 #include "Event.h"
 #include "HTMLFormElement.h"
 #include "HTMLInputElement.h"

Modified: trunk/Source/WebCore/page/IntersectionObserver.h (284077 => 284078)


--- trunk/Source/WebCore/page/IntersectionObserver.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/page/IntersectionObserver.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "Document.h"
 #include "GCReachableRef.h"
 #include "IntersectionObserverCallback.h"
 #include "IntersectionObserverEntry.h"
@@ -43,7 +44,6 @@
 
 namespace WebCore {
 
-class Document;
 class Element;
 class ContainerNode;
 

Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinatorTypes.h (284077 => 284078)


--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinatorTypes.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinatorTypes.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "FloatPoint.h"
 #include "ScrollTypes.h"
 #include <wtf/EnumTraits.h>
 

Modified: trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp (284077 => 284078)


--- trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -41,6 +41,7 @@
 #include "HTMLNames.h"
 #include "ImageBuffer.h"
 #include "ImageQualityController.h"
+#include "InlineIteratorInlineBox.h"
 #include "Path.h"
 #include "RenderBlock.h"
 #include "RenderFlexibleBox.h"

Modified: trunk/Source/WebCore/rendering/svg/RenderSVGInline.cpp (284077 => 284078)


--- trunk/Source/WebCore/rendering/svg/RenderSVGInline.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGInline.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -25,6 +25,7 @@
 #include "RenderSVGInlineText.h"
 #include "RenderSVGResource.h"
 #include "RenderSVGText.h"
+#include "SVGGraphicsElement.h"
 #include "SVGInlineFlowBox.h"
 #include "SVGResourcesCache.h"
 #include <wtf/IsoMallocInlines.h>

Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp (284077 => 284078)


--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -24,6 +24,7 @@
 #include "RenderSVGRoot.h"
 #include "RenderView.h"
 #include "SVGElementTypeHelpers.h"
+#include "SVGGraphicsElement.h"
 #include "SVGRenderingContext.h"
 #include "SVGResourcesCache.h"
 #include <wtf/IsoMallocInlines.h>

Modified: trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp (284077 => 284078)


--- trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -36,6 +36,7 @@
 #include "RenderSVGResourceMasker.h"
 #include "RenderView.h"
 #include "SVGElementTypeHelpers.h"
+#include "SVGGraphicsElement.h"
 #include "SVGLengthContext.h"
 #include "SVGResources.h"
 #include "SVGResourcesCache.h"

Modified: trunk/Source/WebCore/rendering/svg/SVGResources.cpp (284077 => 284078)


--- trunk/Source/WebCore/rendering/svg/SVGResources.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/rendering/svg/SVGResources.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -28,7 +28,9 @@
 #include "RenderSVGResourceMaskerInlines.h"
 #include "RenderSVGRoot.h"
 #include "SVGElementTypeHelpers.h"
+#include "SVGFilterElement.h"
 #include "SVGGradientElement.h"
+#include "SVGMarkerElement.h"
 #include "SVGNames.h"
 #include "SVGPatternElement.h"
 #include "SVGRenderStyle.h"

Modified: trunk/Source/WebCore/style/MatchedDeclarationsCache.cpp (284077 => 284078)


--- trunk/Source/WebCore/style/MatchedDeclarationsCache.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/style/MatchedDeclarationsCache.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -31,6 +31,7 @@
 #include "MatchedDeclarationsCache.h"
 
 #include "CSSFontSelector.h"
+#include "Document.h"
 #include "FontCascade.h"
 #include <wtf/text/StringHash.h>
 

Modified: trunk/Source/WebCore/style/RuleSetBuilder.cpp (284077 => 284078)


--- trunk/Source/WebCore/style/RuleSetBuilder.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/style/RuleSetBuilder.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -29,6 +29,13 @@
 #include "config.h"
 #include "RuleSetBuilder.h"
 
+#include "CSSFontSelector.h"
+#include "CSSKeyframesRule.h"
+#include "MediaQueryEvaluator.h"
+#include "StyleResolver.h"
+#include "StyleRuleImport.h"
+#include "StyleSheetContents.h"
+
 namespace WebCore {
 namespace Style {
 

Modified: trunk/Source/WebCore/style/StyleInvalidator.h (284077 => 284078)


--- trunk/Source/WebCore/style/StyleInvalidator.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/style/StyleInvalidator.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -35,7 +35,6 @@
 class Document;
 class Element;
 class MediaQueryEvaluator;
-class Scope;
 class SelectorFilter;
 class ShadowRoot;
 class StyleSheetContents;
@@ -42,6 +41,8 @@
 
 namespace Style {
 
+class Scope;
+
 struct InvalidationRuleSet;
 
 class Invalidator {

Modified: trunk/Source/WebCore/style/StyleScopeRuleSets.cpp (284077 => 284078)


--- trunk/Source/WebCore/style/StyleScopeRuleSets.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/style/StyleScopeRuleSets.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -34,6 +34,7 @@
 #include "Frame.h"
 #include "FrameLoader.h"
 #include "FrameLoaderClient.h"
+#include "HTMLNames.h"
 #include "MediaQueryEvaluator.h"
 #include "Page.h"
 #include "RuleSetBuilder.h"

Modified: trunk/Source/WebCore/workers/WorkerGlobalScope.cpp (284077 => 284078)


--- trunk/Source/WebCore/workers/WorkerGlobalScope.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebCore/workers/WorkerGlobalScope.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -41,6 +41,7 @@
 #include "InspectorInstrumentation.h"
 #include "JSDOMExceptionHandling.h"
 #include "Performance.h"
+#include "RTCDataChannelRemoteHandlerConnection.h"
 #include "RuntimeEnabledFeatures.h"
 #include "ScheduledAction.h"
 #include "ScriptSourceCode.h"

Modified: trunk/Source/WebKit/ChangeLog (284077 => 284078)


--- trunk/Source/WebKit/ChangeLog	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebKit/ChangeLog	2021-10-13 05:44:42 UTC (rev 284078)
@@ -1,3 +1,14 @@
+2021-10-12  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Non-unified build fixes, October 2021 edition.
+        https://bugs.webkit.org/show_bug.cgi?id=231654
+
+        Reviewed by Don Olmstead.
+
+        * NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementConnection.cpp:
+        * WebProcess/GPU/graphics/RemoteDisplayListRecorderProxy.h:
+        * WebProcess/GPU/media/MediaPlayerPrivateRemote.cpp:
+
 2021-10-12  Alex Christensen  <achristen...@webkit.org>
 
         Add webpushd executable

Modified: trunk/Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementConnection.cpp (284077 => 284078)


--- trunk/Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementConnection.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementConnection.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "PrivateClickMeasurementConnection.h"
 
+#include "NetworkSession.h"
 #include <WebCore/NotImplemented.h>
 
 namespace WebKit {

Modified: trunk/Source/WebKit/WebProcess/GPU/graphics/RemoteDisplayListRecorderProxy.h (284077 => 284078)


--- trunk/Source/WebKit/WebProcess/GPU/graphics/RemoteDisplayListRecorderProxy.h	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebKit/WebProcess/GPU/graphics/RemoteDisplayListRecorderProxy.h	2021-10-13 05:44:42 UTC (rev 284078)
@@ -59,7 +59,7 @@
         m_renderingBackend->sendToStream(WTFMove(message), m_destinationBufferIdentifier);
     }
 
-    friend class DrawGlyphsRecorder;
+    friend class WebCore::DrawGlyphsRecorder;
 
     bool canDrawImageBuffer(const WebCore::ImageBuffer&) const final;
     WebCore::RenderingMode renderingMode() const final;

Modified: trunk/Source/WebKit/WebProcess/GPU/media/MediaPlayerPrivateRemote.cpp (284077 => 284078)


--- trunk/Source/WebKit/WebProcess/GPU/media/MediaPlayerPrivateRemote.cpp	2021-10-13 01:55:08 UTC (rev 284077)
+++ trunk/Source/WebKit/WebProcess/GPU/media/MediaPlayerPrivateRemote.cpp	2021-10-13 05:44:42 UTC (rev 284078)
@@ -40,8 +40,7 @@
 #include "VideoLayerRemote.h"
 #include "WebCoreArgumentCoders.h"
 #include "WebProcess.h"
-#include <_javascript_Core/GenericTypedArrayViewInlines.h>
-#include <_javascript_Core/TypedArrayType.h>
+#include <_javascript_Core/TypedArrayInlines.h>
 #include <WebCore/GraphicsContext.h>
 #include <WebCore/MediaPlayer.h>
 #include <WebCore/NotImplemented.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to