Title: [250831] trunk/Source/WebCore
Revision
250831
Author
wenson_hs...@apple.com
Date
2019-10-08 09:04:22 -0700 (Tue, 08 Oct 2019)

Log Message

Unreviewed, try to fix the WinCairo build after r250824

* dom/IdleDeadline.h:

Add a missing include for <wtf/Ref.h>, such that the adoptRef function is defined.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (250830 => 250831)


--- trunk/Source/WebCore/ChangeLog	2019-10-08 16:00:08 UTC (rev 250830)
+++ trunk/Source/WebCore/ChangeLog	2019-10-08 16:04:22 UTC (rev 250831)
@@ -1,5 +1,13 @@
 2019-10-08  Wenson Hsieh  <wenson_hs...@apple.com>
 
+        Unreviewed, try to fix the WinCairo build after r250824
+
+        * dom/IdleDeadline.h:
+
+        Add a missing include for <wtf/Ref.h>, such that the adoptRef function is defined.
+
+2019-10-08  Wenson Hsieh  <wenson_hs...@apple.com>
+
         Unreviewed, try to fix the open source macOS build after r250824
 
         * bindings/js/JSDOMConvertRecord.h:

Modified: trunk/Source/WebCore/dom/IdleDeadline.h (250830 => 250831)


--- trunk/Source/WebCore/dom/IdleDeadline.h	2019-10-08 16:00:08 UTC (rev 250830)
+++ trunk/Source/WebCore/dom/IdleDeadline.h	2019-10-08 16:04:22 UTC (rev 250831)
@@ -27,6 +27,7 @@
 
 #include "DOMHighResTimeStamp.h"
 #include <wtf/MonotonicTime.h>
+#include <wtf/Ref.h>
 #include <wtf/RefCounted.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to