Changeset 278291 in webkit
- Timestamp:
- May 31, 2021, 6:35:29 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/calc/CSSCalcValue.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r278290 r278291 1 2021-05-31 Aakash Jain <aakash_jain@apple.com> 2 3 REGRESSION(r278261): Broke windows build - follow-up fix 4 https://bugs.webkit.org/show_bug.cgi?id=226477 5 6 Unreviewed build fix. 7 8 * css/calc/CSSCalcValue.cpp: 9 1 10 2021-05-31 Commit Queue <commit-queue@webkit.org> 2 11 -
trunk/Source/WebCore/css/calc/CSSCalcValue.cpp
r278290 r278291 38 38 #include "CSSCalcOperationNode.h" 39 39 #include "CSSCalcPrimitiveValueNode.h" 40 #include "CSSCalcSymbolTable.h"41 40 #include "CSSParser.h" 42 41 #include "CSSParserTokenRange.h"
Note:
See TracChangeset
for help on using the changeset viewer.