Title: [244369] trunk/Source
Revision
244369
Author
[email protected]
Date
2019-04-16 19:56:33 -0700 (Tue, 16 Apr 2019)

Log Message

Unreviewed non-unified build fix after r244307.

Source/WebCore:

* page/DiagnosticLoggingClient.h:

Source/WebKit:

* WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (244368 => 244369)


--- trunk/Source/WebCore/ChangeLog	2019-04-17 01:41:00 UTC (rev 244368)
+++ trunk/Source/WebCore/ChangeLog	2019-04-17 02:56:33 UTC (rev 244369)
@@ -1,3 +1,9 @@
+2019-04-16  Ross Kirsling  <[email protected]>
+
+        Unreviewed non-unified build fix after r244307.
+
+        * page/DiagnosticLoggingClient.h:
+
 2019-04-16  Chris Dumez  <[email protected]>
 
         URL set by document.open() is not communicated to the UIProcess

Modified: trunk/Source/WebCore/page/DiagnosticLoggingClient.h (244368 => 244369)


--- trunk/Source/WebCore/page/DiagnosticLoggingClient.h	2019-04-17 01:41:00 UTC (rev 244368)
+++ trunk/Source/WebCore/page/DiagnosticLoggingClient.h	2019-04-17 02:56:33 UTC (rev 244369)
@@ -27,10 +27,10 @@
 
 #include "DiagnosticLoggingResultType.h"
 #include <wtf/FastMalloc.h>
-#include <wtf/Forward.h>
 #include <wtf/HashMap.h>
 #include <wtf/RandomNumber.h>
 #include <wtf/Variant.h>
+#include <wtf/text/WTFString.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebKit/ChangeLog (244368 => 244369)


--- trunk/Source/WebKit/ChangeLog	2019-04-17 01:41:00 UTC (rev 244368)
+++ trunk/Source/WebKit/ChangeLog	2019-04-17 02:56:33 UTC (rev 244369)
@@ -1,3 +1,9 @@
+2019-04-16  Ross Kirsling  <[email protected]>
+
+        Unreviewed non-unified build fix after r244307.
+
+        * WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h:
+
 2019-04-16  Megan Gardner  <[email protected]>
 
         Allow sharing from imageSheet on an image document

Modified: trunk/Source/WebKit/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h (244368 => 244369)


--- trunk/Source/WebKit/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h	2019-04-17 01:41:00 UTC (rev 244368)
+++ trunk/Source/WebKit/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.h	2019-04-17 02:56:33 UTC (rev 244369)
@@ -27,7 +27,6 @@
 #define WebDiagnosticLoggingClient_h
 
 #include <WebCore/DiagnosticLoggingClient.h>
-#include <wtf/Forward.h>
 
 namespace WebKit {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to