Title: [278291] trunk/Source/WebCore
Revision
278291
Author
[email protected]
Date
2021-05-31 18:35:29 -0700 (Mon, 31 May 2021)

Log Message

REGRESSION(r278261): Broke windows build - follow-up fix
https://bugs.webkit.org/show_bug.cgi?id=226477

Unreviewed build fix.


* css/calc/CSSCalcValue.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (278290 => 278291)


--- trunk/Source/WebCore/ChangeLog	2021-06-01 01:17:13 UTC (rev 278290)
+++ trunk/Source/WebCore/ChangeLog	2021-06-01 01:35:29 UTC (rev 278291)
@@ -1,3 +1,12 @@
+2021-05-31  Aakash Jain  <[email protected]>
+
+        REGRESSION(r278261): Broke windows build - follow-up fix
+        https://bugs.webkit.org/show_bug.cgi?id=226477
+
+        Unreviewed build fix.
+
+        * css/calc/CSSCalcValue.cpp:
+
 2021-05-31  Commit Queue  <[email protected]>
 
         Unreviewed, reverting r278261.

Modified: trunk/Source/WebCore/css/calc/CSSCalcValue.cpp (278290 => 278291)


--- trunk/Source/WebCore/css/calc/CSSCalcValue.cpp	2021-06-01 01:17:13 UTC (rev 278290)
+++ trunk/Source/WebCore/css/calc/CSSCalcValue.cpp	2021-06-01 01:35:29 UTC (rev 278291)
@@ -37,7 +37,6 @@
 #include "CSSCalcNegateNode.h"
 #include "CSSCalcOperationNode.h"
 #include "CSSCalcPrimitiveValueNode.h"
-#include "CSSCalcSymbolTable.h"
 #include "CSSParser.h"
 #include "CSSParserTokenRange.h"
 #include "CSSPrimitiveValueMappings.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to