Title: [257748] trunk/Source/WebCore
- Revision
- 257748
- Author
- [email protected]
- Date
- 2020-03-02 16:57:09 -0800 (Mon, 02 Mar 2020)
Log Message
Unreviewed restabilization of non-unified build.
* css/parser/CSSSelectorParser.cpp:
* css/parser/CSSSelectorParser.h:
* layout/blockformatting/PrecomputedBlockMarginCollapse.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (257747 => 257748)
--- trunk/Source/WebCore/ChangeLog 2020-03-03 00:39:24 UTC (rev 257747)
+++ trunk/Source/WebCore/ChangeLog 2020-03-03 00:57:09 UTC (rev 257748)
@@ -1,3 +1,11 @@
+2020-03-02 Ross Kirsling <[email protected]>
+
+ Unreviewed restabilization of non-unified build.
+
+ * css/parser/CSSSelectorParser.cpp:
+ * css/parser/CSSSelectorParser.h:
+ * layout/blockformatting/PrecomputedBlockMarginCollapse.cpp:
+
2020-03-02 Said Abou-Hallawa <[email protected]>
Implement canvas remote rendering
https://bugs.webkit.org/show_bug.cgi?id=204955
Modified: trunk/Source/WebCore/css/parser/CSSSelectorParser.cpp (257747 => 257748)
--- trunk/Source/WebCore/css/parser/CSSSelectorParser.cpp 2020-03-03 00:39:24 UTC (rev 257747)
+++ trunk/Source/WebCore/css/parser/CSSSelectorParser.cpp 2020-03-03 00:57:09 UTC (rev 257748)
@@ -32,9 +32,11 @@
#include "CSSParserContext.h"
#include "CSSParserSelector.h"
+#include "CSSParserTokenRange.h"
#include "CSSSelectorList.h"
#include "StyleSheetContents.h"
#include <memory>
+#include <wtf/OptionSet.h>
namespace WebCore {
Modified: trunk/Source/WebCore/css/parser/CSSSelectorParser.h (257747 => 257748)
--- trunk/Source/WebCore/css/parser/CSSSelectorParser.h 2020-03-03 00:39:24 UTC (rev 257747)
+++ trunk/Source/WebCore/css/parser/CSSSelectorParser.h 2020-03-03 00:57:09 UTC (rev 257748)
@@ -32,6 +32,7 @@
namespace WebCore {
class CSSParserTokenRange;
+class CSSSelectorList;
class StyleSheetContents;
struct CSSParserContext;
Modified: trunk/Source/WebCore/layout/blockformatting/PrecomputedBlockMarginCollapse.cpp (257747 => 257748)
--- trunk/Source/WebCore/layout/blockformatting/PrecomputedBlockMarginCollapse.cpp 2020-03-03 00:39:24 UTC (rev 257747)
+++ trunk/Source/WebCore/layout/blockformatting/PrecomputedBlockMarginCollapse.cpp 2020-03-03 00:57:09 UTC (rev 257748)
@@ -28,8 +28,10 @@
#if ENABLE(LAYOUT_FORMATTING_CONTEXT)
+#include "BlockFormattingState.h"
#include "LayoutBox.h"
#include "LayoutContainerBox.h"
+#include "LayoutState.h"
#include "LayoutUnit.h"
#include "RenderStyle.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes