Title: [249322] releases/WebKitGTK/webkit-2.26/Source/WebCore
Revision
249322
Author
ape...@igalia.com
Date
2019-08-30 05:30:50 -0700 (Fri, 30 Aug 2019)

Log Message

Unreviewed build fix for ENABLE_UNIFIED_BUILDS=OFF.

No new tests needed.

* dom/StaticRange.h: Add missing inclusions of ExceptioOr.h and wtf/RefPtr.h.
* inspector/agents/WebConsoleAgent.cpp: Add missing inclusion of InspectorWebAgentBase.h.
* inspector/agents/WebConsoleAgent.h: Add forward declaration of the WebAgentContext struct.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/Source/WebCore/ChangeLog (249321 => 249322)


--- releases/WebKitGTK/webkit-2.26/Source/WebCore/ChangeLog	2019-08-30 11:02:18 UTC (rev 249321)
+++ releases/WebKitGTK/webkit-2.26/Source/WebCore/ChangeLog	2019-08-30 12:30:50 UTC (rev 249322)
@@ -1,3 +1,13 @@
+2019-08-30  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Unreviewed build fix for ENABLE_UNIFIED_BUILDS=OFF.
+
+        No new tests needed.
+
+        * dom/StaticRange.h: Add missing inclusions of ExceptioOr.h and wtf/RefPtr.h.
+        * inspector/agents/WebConsoleAgent.cpp: Add missing inclusion of InspectorWebAgentBase.h.
+        * inspector/agents/WebConsoleAgent.h: Add forward declaration of the WebAgentContext struct.
+
 2019-08-29  Carlos Garcia Campos  <cgar...@igalia.com>
 
         WebSockets: first-party for cookies not set in handshake request when using platform APIs

Modified: releases/WebKitGTK/webkit-2.26/Source/WebCore/dom/StaticRange.h (249321 => 249322)


--- releases/WebKitGTK/webkit-2.26/Source/WebCore/dom/StaticRange.h	2019-08-30 11:02:18 UTC (rev 249321)
+++ releases/WebKitGTK/webkit-2.26/Source/WebCore/dom/StaticRange.h	2019-08-30 12:30:50 UTC (rev 249322)
@@ -25,8 +25,10 @@
 
 #pragma once
 
+#include "ExceptionOr.h"
 #include <wtf/Ref.h>
 #include <wtf/RefCounted.h>
+#include <wtf/RefPtr.h>
 
 namespace WebCore {
 

Modified: releases/WebKitGTK/webkit-2.26/Source/WebCore/inspector/agents/WebConsoleAgent.cpp (249321 => 249322)


--- releases/WebKitGTK/webkit-2.26/Source/WebCore/inspector/agents/WebConsoleAgent.cpp	2019-08-30 11:02:18 UTC (rev 249321)
+++ releases/WebKitGTK/webkit-2.26/Source/WebCore/inspector/agents/WebConsoleAgent.cpp	2019-08-30 12:30:50 UTC (rev 249322)
@@ -29,6 +29,7 @@
 
 #include "CommandLineAPIHost.h"
 #include "DOMWindow.h"
+#include "InspectorWebAgentBase.h"
 #include "Logging.h"
 #include "ResourceError.h"
 #include "ResourceResponse.h"

Modified: releases/WebKitGTK/webkit-2.26/Source/WebCore/inspector/agents/WebConsoleAgent.h (249321 => 249322)


--- releases/WebKitGTK/webkit-2.26/Source/WebCore/inspector/agents/WebConsoleAgent.h	2019-08-30 11:02:18 UTC (rev 249321)
+++ releases/WebKitGTK/webkit-2.26/Source/WebCore/inspector/agents/WebConsoleAgent.h	2019-08-30 12:30:50 UTC (rev 249322)
@@ -33,6 +33,7 @@
 class DOMWindow;
 class ResourceError;
 class ResourceResponse;
+struct WebAgentContext;
 typedef String ErrorString;
 
 class WebConsoleAgent : public Inspector::InspectorConsoleAgent {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to