Title: [237827] trunk/Source/WebCore
Revision
237827
Author
[email protected]
Date
2018-11-05 12:26:56 -0800 (Mon, 05 Nov 2018)

Log Message

Attempted build fix.

* dom/messageports/MessagePortChannelRegistry.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (237826 => 237827)


--- trunk/Source/WebCore/ChangeLog	2018-11-05 20:03:19 UTC (rev 237826)
+++ trunk/Source/WebCore/ChangeLog	2018-11-05 20:26:56 UTC (rev 237827)
@@ -1,3 +1,9 @@
+2018-11-05  Dean Jackson  <[email protected]>
+
+        Attempted build fix.
+
+        * dom/messageports/MessagePortChannelRegistry.cpp:
+
 2018-11-05  Chris Dumez  <[email protected]>
 
         Crash under DOMWindow::postMessageTimerFired()

Modified: trunk/Source/WebCore/dom/messageports/MessagePortChannelRegistry.cpp (237826 => 237827)


--- trunk/Source/WebCore/dom/messageports/MessagePortChannelRegistry.cpp	2018-11-05 20:03:19 UTC (rev 237826)
+++ trunk/Source/WebCore/dom/messageports/MessagePortChannelRegistry.cpp	2018-11-05 20:26:56 UTC (rev 237827)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "MessagePortChannelRegistry.h"
 
+#include <wtf/CompletionHandler.h>
 #include <wtf/MainThread.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to