Title: [226256] trunk/Source/WebCore
Revision
226256
Author
commit-qu...@webkit.org
Date
2017-12-21 19:34:27 -0800 (Thu, 21 Dec 2017)

Log Message

[WinCairo] fix build after r226245
https://bugs.webkit.org/show_bug.cgi?id=181113

Unreviewed build fix.

No new tests, no change in behavior.

Patch by Christopher Reid <chris.r...@sony.com> on 2017-12-21

* html/AttachmentTypes.h: Added an include for std::optional

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (226255 => 226256)


--- trunk/Source/WebCore/ChangeLog	2017-12-22 03:23:18 UTC (rev 226255)
+++ trunk/Source/WebCore/ChangeLog	2017-12-22 03:34:27 UTC (rev 226256)
@@ -1,3 +1,14 @@
+2017-12-21  Christopher Reid  <chris.r...@sony.com>
+
+        [WinCairo] fix build after r226245
+        https://bugs.webkit.org/show_bug.cgi?id=181113
+
+        Unreviewed build fix.
+
+        No new tests, no change in behavior.
+
+        * html/AttachmentTypes.h: Added an include for std::optional
+
 2017-12-21  Brady Eidson  <beid...@apple.com>
 
         Refactor MessagePortChannel family classes for an easier multi-process split.

Modified: trunk/Source/WebCore/html/AttachmentTypes.h (226255 => 226256)


--- trunk/Source/WebCore/html/AttachmentTypes.h	2017-12-22 03:23:18 UTC (rev 226255)
+++ trunk/Source/WebCore/html/AttachmentTypes.h	2017-12-22 03:34:27 UTC (rev 226256)
@@ -27,6 +27,8 @@
 
 #if ENABLE(ATTACHMENT_ELEMENT)
 
+#include <wtf/Optional.h>
+
 namespace WebCore {
 
 enum class AttachmentDisplayMode {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to