Title: [256746] branches/safari-609-branch/Source/WebCore
Revision
256746
Author
[email protected]
Date
2020-02-17 10:52:38 -0800 (Mon, 17 Feb 2020)

Log Message

Fix build after r256689

* css/StyleProperties.h:
Add missing include that wasn't on the branch.

Modified Paths

Diff

Modified: branches/safari-609-branch/Source/WebCore/ChangeLog (256745 => 256746)


--- branches/safari-609-branch/Source/WebCore/ChangeLog	2020-02-17 18:47:59 UTC (rev 256745)
+++ branches/safari-609-branch/Source/WebCore/ChangeLog	2020-02-17 18:52:38 UTC (rev 256746)
@@ -1,3 +1,10 @@
+2020-02-17  Alex Christensen  <[email protected]>
+
+        Fix build after r256689
+
+        * css/StyleProperties.h:
+        Add missing include that wasn't on the branch.
+
 2020-02-14  Russell Epstein  <[email protected]>
 
         Cherry-pick r256636. rdar://problem/59478734

Modified: branches/safari-609-branch/Source/WebCore/css/StyleProperties.h (256745 => 256746)


--- branches/safari-609-branch/Source/WebCore/css/StyleProperties.h	2020-02-17 18:47:59 UTC (rev 256745)
+++ branches/safari-609-branch/Source/WebCore/css/StyleProperties.h	2020-02-17 18:52:38 UTC (rev 256746)
@@ -27,6 +27,7 @@
 #include "CSSValueKeywords.h"
 #include <memory>
 #include <wtf/Function.h>
+#include <wtf/Packed.h>
 #include <wtf/TypeCasts.h>
 #include <wtf/Vector.h>
 #include <wtf/text/WTFString.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to