Title: [229697] trunk/Source/WebKit
Revision
229697
Author
[email protected]
Date
2018-03-17 15:35:16 -0700 (Sat, 17 Mar 2018)

Log Message

Tests fail in messages_unittest.py
https://bugs.webkit.org/show_bug.cgi?id=183725

Partial revert of r222113. The messages generator machinery does not know when
it is sufficient to emit an include for wtf/Forward.h as opposed to a concrete
header.

* Scripts/webkit/LegacyMessages-expected.h:
* Scripts/webkit/Messages-expected.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229696 => 229697)


--- trunk/Source/WebKit/ChangeLog	2018-03-17 20:49:54 UTC (rev 229696)
+++ trunk/Source/WebKit/ChangeLog	2018-03-17 22:35:16 UTC (rev 229697)
@@ -1,3 +1,15 @@
+2018-03-17  Daniel Bates  <[email protected]>
+
+        Tests fail in messages_unittest.py
+        https://bugs.webkit.org/show_bug.cgi?id=183725
+
+        Partial revert of r222113. The messages generator machinery does not know when
+        it is sufficient to emit an include for wtf/Forward.h as opposed to a concrete
+        header.
+
+        * Scripts/webkit/LegacyMessages-expected.h:
+        * Scripts/webkit/Messages-expected.h:
+
 2018-03-16  Wenson Hsieh  <[email protected]>
 
         Unreviewed, rolling out r229688.

Modified: trunk/Source/WebKit/Scripts/webkit/LegacyMessages-expected.h (229696 => 229697)


--- trunk/Source/WebKit/Scripts/webkit/LegacyMessages-expected.h	2018-03-17 20:49:54 UTC (rev 229696)
+++ trunk/Source/WebKit/Scripts/webkit/LegacyMessages-expected.h	2018-03-17 22:35:16 UTC (rev 229697)
@@ -33,9 +33,9 @@
 #include <WebCore/KeyboardEvent.h>
 #include <WebCore/PluginData.h>
 #include <utility>
-#include <wtf/Forward.h>
 #include <wtf/HashMap.h>
 #include <wtf/ThreadSafeRefCounted.h>
+#include <wtf/Vector.h>
 #include <wtf/text/WTFString.h>
 
 namespace IPC {

Modified: trunk/Source/WebKit/Scripts/webkit/Messages-expected.h (229696 => 229697)


--- trunk/Source/WebKit/Scripts/webkit/Messages-expected.h	2018-03-17 20:49:54 UTC (rev 229696)
+++ trunk/Source/WebKit/Scripts/webkit/Messages-expected.h	2018-03-17 22:35:16 UTC (rev 229697)
@@ -33,9 +33,9 @@
 #include <WebCore/KeyboardEvent.h>
 #include <WebCore/PluginData.h>
 #include <utility>
-#include <wtf/Forward.h>
 #include <wtf/HashMap.h>
 #include <wtf/ThreadSafeRefCounted.h>
+#include <wtf/Vector.h>
 #include <wtf/text/WTFString.h>
 
 namespace IPC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to