⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 278291 in webkit


Ignore:
Timestamp:
May 31, 2021, 6:35:29 PM (5 years ago)
Author:
aakash_jain@apple.com
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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r278290 r278291  
     12021-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
    1102021-05-31  Commit Queue  <commit-queue@webkit.org>
    211
  • trunk/Source/WebCore/css/calc/CSSCalcValue.cpp

    r278290 r278291  
    3838#include "CSSCalcOperationNode.h"
    3939#include "CSSCalcPrimitiveValueNode.h"
    40 #include "CSSCalcSymbolTable.h"
    4140#include "CSSParser.h"
    4241#include "CSSParserTokenRange.h"
Note: See TracChangeset for help on using the changeset viewer.